Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDnamei.h102 u_short ni_loopcnt; /* count of symlinks encountered */ member
/freebsd-head/sys/kern/
HDvfs_lookup.c508 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in namei_follow_link()
628 ndp->ni_loopcnt = 0; in namei()
673 ndp->ni_loopcnt = 0; in namei()
HDvfs_cache.c4391 if (ndp->ni_loopcnt > 0) { in cache_fpl_aborted_impl()
5424 if (__predict_false(ndp->ni_loopcnt++ >= MAXSYMLINKS)) { in cache_symlink_resolve()
/freebsd-head/sys/fs/nfsserver/
HDnfs_nfsdport.c680 ndp->ni_loopcnt = 0; in nfsvno_namei()
751 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in nfsvno_namei()