Home | Sort by: relevance | last modified time | path |
/src/sys/nfs/ | |
nfs_vfsops.c | 112 .vfs_root = nfs_root, 929 nfs_root(struct mount *mp, int lktype, struct vnode **vpp) function in typeref:typename:int |
/src/sys/fs/nfs/client/ | |
nfs_clvfsops.c | 126 static vfs_root_t nfs_root; variable in typeref:typename:vfs_root_t 139 .vfs_root = nfs_root, 159 * will be defined for kernels built without NFS_ROOT, although it 1711 nfs_root(struct mount *mp, int flags, struct vnode **vpp) function in typeref:typename:int |
/src/usr.sbin/sysinst/ | |
net.c | 539 int nfs_root = 0; local in function:config_network 618 nfs_root = 1; 728 if (!nfs_root) 734 else if (!nfs_root) { 864 } else if (!nfs_root) { 880 if (!nfs_root && net_defroute[0] != '\0') { 890 if (!nfs_root) { |