Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnamei.h102 u_short ni_loopcnt; /* count of symlinks encountered */ member
/freebsd/sys/kern/
H A Dvfs_lookup.c507 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in namei_follow_link()
627 ndp->ni_loopcnt = 0; in namei()
672 ndp->ni_loopcnt = 0; in namei()
H A Dvfs_cache.c4365 if (ndp->ni_loopcnt > 0) { in cache_fpl_aborted_impl()
5394 if (__predict_false(ndp->ni_loopcnt++ >= MAXSYMLINKS)) { in cache_symlink_resolve()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c648 ndp->ni_loopcnt = 0; in nfsvno_namei()
719 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in nfsvno_namei()