HomeSort by: relevance | last modified time | path
    Searched refs:ni_rootdir (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
vfs_lookup.c 466 unsigned root_referenced:1; /* true if ndp->ni_rootdir and
513 if (state->ndp->ni_rootdir != NULL)
514 vrele(state->ndp->ni_rootdir);
537 if (state->ndp->ni_rootdir != NULL)
538 vrele(state->ndp->ni_rootdir);
586 state->ndp->ni_rootdir = rootdir;
597 if (state->ndp->ni_rootdir != NULL)
598 vref(state->ndp->ni_rootdir);
622 state->ndp->ni_rootdir = rootvnode;
627 vref(state->ndp->ni_rootdir);
    [all...]
  /src/sys/sys/
namei.h 120 struct vnode *ni_rootdir; /* logical root directory */ member in struct:nameidata
namei.src 112 struct vnode *ni_rootdir; /* logical root directory */
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 418 ndp->ni_rootdir = rootvnode;
518 ndp->ni_dvp = ndp->ni_rootdir;

Completed in 38 milliseconds