HomeSort by: relevance | last modified time | path
    Searched defs:nfs_root (Results 1 - 3 of 3) sorted by relevancy

  /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) {

Completed in 22 milliseconds