Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dnamei.h102 u_short ni_loopcnt; /* count of symlinks encountered */ member
/src/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.c4510 if (ndp->ni_loopcnt > 0) { in cache_fpl_aborted_impl()
5534 if (__predict_false(ndp->ni_loopcnt++ >= MAXSYMLINKS)) { in cache_symlink_resolve()
/src/sys/fs/nfsserver/
H A Dnfs_nfsdport.c685 ndp->ni_loopcnt = 0; in nfsvno_namei()
756 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) { in nfsvno_namei()