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.c535 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in namei_follow_link()
655 ndp->ni_loopcnt = 0; in namei()
701 ndp->ni_loopcnt = 0; in namei()
H A Dvfs_cache.c4511 if (ndp->ni_loopcnt > 0) { in cache_fpl_aborted_impl()
5535 if (__predict_false(ndp->ni_loopcnt++ >= MAXSYMLINKS)) { in cache_symlink_resolve()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c791 ndp->ni_loopcnt = 0; in nfsvno_namei()
862 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in nfsvno_namei()