Home
last modified time | relevance | path

Searched refs:nfs_vfsops (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/modules/nfs/
H A DMakefile13 SRCS+= nfs_vfsops.c nfs_bootdhcp.c nfs_bootparam.c
/netbsd-src/sys/rump/fs/lib/libnfs/
H A DMakefile11 nfs_iod.c nfs_vfsops.c nfs_vnops.c nfs_bootdhcp.c nfs_bootparam.c
/netbsd-src/sys/nfs/
H A Dfiles.nfs39 file nfs/nfs_vfsops.c nfs
H A Dnfs_vfsops.c106 struct vfsops nfs_vfsops = { variable
145 error = vfs_attach(&nfs_vfsops); in nfs_modcmd()
148 error = vfs_detach(&nfs_vfsops); in nfs_modcmd()
407 mp->mnt_op = &nfs_vfsops; in nfs_mount_diskless()
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clvfsops.c135 static struct vfsops nfs_vfsops = { variable
147 VFS_SET(nfs_vfsops, nfs, VFCF_NETWORK | VFCF_SBDRY);