Home
last modified time | relevance | path

Searched refs:ni_pathlen (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_lookup.c279 ndp->ni_pathlen--; in namei_handle_root()
454 &ndp->ni_pathlen); in namei_getpath()
457 &ndp->ni_pathlen); in namei_getpath()
641 if (ndp->ni_pathlen > 1) in namei()
656 if (ndp->ni_pathlen > 1) in namei()
662 if (ndp->ni_pathlen > 1) in namei()
668 if (ndp->ni_pathlen > 1) in namei()
673 if (ndp->ni_pathlen > 1) { in namei()
679 ndp->ni_pathlen += linklen; in namei()
882 ndp->ni_pathlen--; in lookup()
[all …]
H A Dvfs_cache.c3696 size_t ni_pathlen; member
3703 size_t ni_pathlen; member
3783 fpl->snd_outer.ni_pathlen = fpl->ndp->ni_pathlen; in cache_fpl_checkpoint_outer()
3793 fpl->snd.ni_pathlen = fpl->debug.ni_pathlen; in cache_fpl_checkpoint()
3803 fpl->debug.ni_pathlen = fpl->snd.ni_pathlen; in cache_fpl_restore_partial()
3817 fpl->ndp->ni_pathlen = fpl->snd_outer.ni_pathlen; in cache_fpl_restore_abort()
4155 if (ndp->ni_pathlen != fpl->debug.ni_pathlen) { in cache_fplookup_partial_setup()
4880 if (ndp->ni_pathlen != fpl->debug.ni_pathlen) { in cache_symlink_resolve()
5476 if (ni_pathlen != fpl->debug.ni_pathlen) { in cache_fplookup_trailingslash()
5478 __func__, ni_pathlen, fpl->debug.ni_pathlen, fpl->nulchar, in cache_fplookup_trailingslash()
[all …]
/f-stack/freebsd/sys/
H A Dnamei.h105 size_t ni_pathlen; /* remaining chars in path */ member