Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_lookup.c348 *dpp = ndp->ni_startdir; in namei_setup()
423 vrele(ndp->ni_startdir); in namei_setup()
548 MPASS(ndp->ni_startdir == NULL || ndp->ni_startdir->v_type == VDIR || in namei()
584 dp = ndp->ni_startdir; in namei()
608 ndp->ni_startdir = dp; in namei()
838 dp = ndp->ni_startdir; in lookup()
839 ndp->ni_startdir = NULLVP; in lookup()
1112 VREF(ndp->ni_startdir); in lookup()
1236 VREF(ndp->ni_startdir); in lookup()
1526 vrele(ndp->ni_startdir);
[all …]
H A Dvfs_syscalls.c3581 if (fromnd->ni_startdir) in kern_renameat_mac()
3582 vrele(fromnd->ni_startdir); in kern_renameat_mac()
3644 vrele(tond.ni_startdir); in kern_renameat()
3645 if (fromnd.ni_startdir != NULL) in kern_renameat()
3646 vrele(fromnd.ni_startdir); in kern_renameat()
3706 vrele(tond.ni_startdir); in kern_renameat()
3709 if (fromnd.ni_startdir) in kern_renameat()
3710 vrele(fromnd.ni_startdir); in kern_renameat()
H A Dvfs_cache.c4040 if (ndp->ni_startdir != NULL) { in cache_can_fplookup()
4135 ndp->ni_startdir = dvp; in cache_fplookup_partial_setup()
4322 ndp->ni_startdir = dvp; in cache_fplookup_final_modifying()
4323 vrefact(ndp->ni_startdir); in cache_fplookup_final_modifying()
4384 ndp->ni_startdir = dvp; in cache_fplookup_final_modifying()
4385 vrefact(ndp->ni_startdir); in cache_fplookup_final_modifying()
/f-stack/freebsd/sys/
H A Dnamei.h79 struct vnode *ni_startdir; /* starting directory */ member
251 _ndp->ni_startdir = startdir; \
262 _ndp->ni_startdir = NULL; \
/f-stack/lib/
H A Dff_vfs_ops.c105 ndp->ni_startdir = startdir;