Searched refs:ni_loopcnt (Results 1 – 3 of 3) sorted by relevance
124 u_long ni_loopcnt; /* count of symlinks encountered */ member
347 ndp->ni_loopcnt = MAXSYMLINKS; in namei()349 ndp->ni_loopcnt = 0; in namei()1678 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
1807 if (ndp->ni_loopcnt >= MAXSYMLINKS - 1) { in cache_lookup_path()1811 ndp->ni_loopcnt++; in cache_lookup_path()