/netbsd-src/sys/nfs/ |
H A D | files.nfs | 1 # $NetBSD: files.nfs,v 1.15 2018/05/17 02:34:31 thorpej Exp $ 19 define nfs: vfs, net 20 file nfs/krpc_subr.c nfs 21 file nfs/nfs_bio.c nfs 22 file nfs/nfs_boot.c nfs 23 file nfs/nfs_bootdhcp.c nfs & (nfs_boot_bootp | nfs_boot_dhcp) 24 file nfs/nfs_bootparam.c nfs & nfs_boot_bootparam 25 file nfs/nfs_bootstatic.c nfs & nfs_boot_bootstatic 26 file nfs/nfs_clntsocket.c nfs 27 file nfs/nfs_clntsubs.c nfs [all …]
|
H A D | Makefile | 3 INCSDIR= /usr/include/nfs 5 INCS= krpc.h nfs.h nfsdiskless.h nfsm_subs.h nfsmount.h nfsnode.h \
|
/netbsd-src/sys/fs/nfs/ |
H A D | files.newnfs | 14 file fs/nfs/client/nfs_clmodule.c new_nfsclient 15 file fs/nfs/client/nfs_clbio.c new_nfsclient 16 file fs/nfs/client/nfs_clcomsubs.c new_nfsclient 17 file fs/nfs/client/nfs_clkdtrace.c new_nfsclient & (dtnfscl | dtraceall) 18 file fs/nfs/client/nfs_clkrpc.c new_nfsclient 19 file fs/nfs/client/nfs_clnfsiod.c new_nfsclient 20 file fs/nfs/client/nfs_clnode.c new_nfsclient 21 file fs/nfs/client/nfs_clport.c new_nfsclient 22 file fs/nfs/client/nfs_clrpcops.c new_nfsclient 23 file fs/nfs/client/nfs_clstate.c new_nfsclient [all …]
|
H A D | nfs2netbsd.sh | 130 mv nfs/nfsproto.h nfs/oldnfsproto.h || exit 1 131 mv nfs/xdr_subs.h nfs/old_xdr_subs.h || exit 1 137 (cd nfs && ls) 138 (cd fs/nfs && ls) 149 mkdir fs/nfs/common || exit 1 150 mv nfs/*.[ch] fs/nfs/common/ || exit 1 151 mv fs/nfs/*.[ch] fs/nfs/common/ || exit 1 152 mv fs/nfsserver fs/nfs/server || exit 1 153 mv fs/nfsclient fs/nfs/client || exit 1 154 mv nlm fs/nfs/nlm || exit 1 [all …]
|
H A D | README.newnfs | 1 This is new nfs code (including nfsv4) imported from FreeBSD. It is 4 The nfs code (both nfs and nfsd) that NetBSD currently uses is in 5 sys/nfs. 10 client/ - nfs client code, from sys/fs/nfsclient in freebsd 12 nlm/ - kernel-side nfs lock manager, from sys/nlm in freebsd 14 * sys/fs/nfs in freebsd 15 * sys/nfs in freebsd 22 sys/fs/nfs/nfsproto.h -> common/nfsproto.h 23 sys/fs/nfs/xdr_subs.h -> common/xdr_subs.h 24 sys/nfs/nfsproto.h -> common/oldnfsproto.h [all …]
|
/netbsd-src/external/cddl/osnet/lib/libzfs/ |
H A D | mnttab.c | 201 int error, nfs; in getmntent() local 203 nfs = (int)lseek(fileno(fp), 0, SEEK_CUR); in getmntent() 204 if (nfs == -1) in getmntent() 207 if (nfs == 0 || gsfs == NULL) { in getmntent() 212 if (nfs >= allfs) in getmntent() 214 statvfs2mnttab(&gsfs[nfs], mp); in getmntent()
|
/netbsd-src/share/examples/apm/ |
H A D | script | 44 umount -a -t nfs 45 umount -a -f -t nfs 55 umount -a -t nfs 56 umount -a -f -t nfs
|
/netbsd-src/share/examples/fstab/ |
H A D | fstab.nfs.3 | 1 # $NetBSD: fstab.nfs.3,v 1.2 2005/04/03 14:12:14 hubertf Exp $ 10 nfs-server:/export/root/arch / nfs rw,auto 0 0 11 nfs-server:/export/swap/mynext none swap sw,nfsmntpt=/swap 0 0
|
H A D | Makefile | 9 fstab.nfs.1 fstab.nfs.2 fstab.nfs.3 \
|
H A D | fstab.nfs.1 | 1 # $NetBSD: fstab.nfs.1,v 1.4 2005/05/06 08:41:00 hubertf Exp $ 6 server:/export/netbsd.arch/root / nfs rw,-r=1024,-w=1024 7 server:/export/netbsd.arch/usr /usr nfs ro,-r=1024,-w=1024
|
H A D | fstab.nfs.2 | 1 # $NetBSD: fstab.nfs.2,v 1.2 2005/04/03 14:12:14 hubertf Exp $ 5 server:/export/arch/root / nfs rw
|
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | check_nfs_hn_dref.m4 | 2 dnl check the correct way to dereference the hostname part of the nfs fhandle 5 AC_CACHE_CHECK(nfs hostname dereferencing style, 8 # select the correct nfs address dereferencing style
|
H A D | check_nfs_sa_dref.m4 | 2 dnl check the correct way to dereference the address part of the nfs fhandle 5 AC_CACHE_CHECK(nfs address dereferencing style, 8 # select the correct nfs address dereferencing style
|
H A D | check_nfs_fh_dref.m4 | 2 dnl check the correct way to dereference the address part of the nfs fhandle 5 AC_CACHE_CHECK(nfs file-handle address dereferencing style, 8 # select the correct nfs address dereferencing style
|
H A D | struct_field_nfs_fh.m4 | 2 dnl Find the name of the nfs filehandle field in nfs_args_t. 7 AC_CACHE_CHECK(for the name of the nfs filehandle field in nfs_args_t,
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | configure.ac | 448 linux/nfs.h \ 457 nfs/export.h \ 458 nfs/mount.h \ 459 nfs/nfs_gfs.h \ 460 nfs/nfs_mount.h \ 461 nfs/nfsmount.h \ 462 nfs/nfsproto.h \ 463 nfs/nfsv2.h \ 464 nfs/pathconf.h \ 465 nfs/rpcv2.h \ [all …]
|
H A D | tasks | 13 - convert to using my own rpcgen .x files for amq/amq/nfs (v2 and v3) 19 - multiple nfsl should be matched if one matched and nfs mount failed. fall 23 - random nfs rhost:={srv1, srv2, srv3} 55 - need a way to export a nfs-mount point after it is being mounted (jukebox 79 - support several different nfs servers inside one nfsx entry
|
/netbsd-src/sys/modules/nfs/ |
H A D | Makefile | 5 KMOD= nfs 9 .PATH: ${S}/nfs
|
/netbsd-src/tests/fs/common/ |
H A D | h_fsmacros.h | 57 FSPROTOS(nfs); 169 ATF_TC_FSADD(nfs,MOUNT_NFS,func,desc) \ 184 ATF_TP_FSADD(nfs,func); \ 227 ATF_TC_FSADD_RO(nfs,MOUNT_NFS,func,desc,gen) \ 238 ATF_TP_FSADD(nfs,func); \
|
/netbsd-src/sys/arch/x68k/stand/boot/ |
H A D | conf.c | 64 FS_OPS(nfs), 78 struct fs_ops file_system_net = FS_OPS(nfs);
|
/netbsd-src/tests/fs/nfs/ |
H A D | t_mountd.c | 95 FSTEST_CONSTRUCTOR(tc, nfs, voidargs); in ATF_TC_BODY() 106 FSTEST_DESTRUCTOR(tc, nfs, voidargs); in ATF_TC_BODY()
|
/netbsd-src/external/bsd/am-utils/dist/scripts/ |
H A D | amd.conf-sample | 117 mount_type = nfs | autofs 136 mount_type = nfs | autofs 146 # regular amd (nfs) mount point (default) 147 mount_type = nfs 150 map_defaults = type:=nfs
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
H A D | nfswizard.d | 44 io:nfs::start 58 io:nfs::done
|
/netbsd-src/distrib/common/ |
H A D | services | 37 nfs 2049/tcp 38 nfs 2049/udp
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Apps/ |
H A D | nfswizard.d | 44 io:nfs::start 58 io:nfs::done
|