Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dnamei.h102 u_short ni_loopcnt; /* count of symlinks encountered */ member
/freebsd-14.2/sys/kern/
H A Dvfs_lookup.c509 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in namei_follow_link()
629 ndp->ni_loopcnt = 0; in namei()
674 ndp->ni_loopcnt = 0; in namei()
H A Dvfs_cache.c4298 if (ndp->ni_loopcnt > 0) { in cache_fpl_aborted_impl()
5327 if (__predict_false(ndp->ni_loopcnt++ >= MAXSYMLINKS)) { in cache_symlink_resolve()
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdport.c680 ndp->ni_loopcnt = 0; in nfsvno_namei()
751 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in nfsvno_namei()