Searched refs:ni_loopcnt (Results 1 – 3 of 3) sorted by relevance
123 u_long ni_loopcnt; /* count of symlinks encountered */ member
1666 u_long ni_loopcnt; member1679 saved_statep->ni_loopcnt = ndp->ni_loopcnt; in save_ndp_state()1692 ndp->ni_loopcnt = saved_statep->ni_loopcnt; in restore_ndp_state()2056 if (ndp->ni_loopcnt >= MAXSYMLINKS - 1) { in cache_lookup_path()2060 ndp->ni_loopcnt++; in cache_lookup_path()
340 ndp->ni_loopcnt = MAXSYMLINKS; in namei()342 ndp->ni_loopcnt = 0; in namei()1679 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {