Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dnamei.h104 u_short ni_loopcnt; /* count of symlinks encountered */ member
/f-stack/freebsd/kern/
H A Dvfs_lookup.c552 ndp->ni_loopcnt = 0; in namei()
587 ndp->ni_loopcnt = 0; in namei()
629 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in namei()
H A Dvfs_cache.c3912 if (ndp->ni_loopcnt > 0) { in cache_fpl_aborted_impl()
4891 if (__predict_false(ndp->ni_loopcnt++ >= MAXSYMLINKS)) { in cache_symlink_resolve()