Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dnamei.h123 u_long ni_loopcnt; /* count of symlinks encountered */ member
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c1700 u_long ni_loopcnt; member
1713 saved_statep->ni_loopcnt = ndp->ni_loopcnt; in save_ndp_state()
1726 ndp->ni_loopcnt = saved_statep->ni_loopcnt; in restore_ndp_state()
2106 if (ndp->ni_loopcnt >= MAXSYMLINKS - 1) { in cache_lookup_path()
2110 ndp->ni_loopcnt++; in cache_lookup_path()
H A Dvfs_lookup.c473 ndp->ni_loopcnt = MAXSYMLINKS; in namei()
475 ndp->ni_loopcnt = 0; in namei()
1944 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {