Searched refs:MAXSYMLINKS (Results 1 – 3 of 3) sorted by relevance
207 #define MAXSYMLINKS 32 macro
340 ndp->ni_loopcnt = MAXSYMLINKS; in namei()1679 if (ndp->ni_loopcnt++ >= MAXSYMLINKS) {
2081 if (ndp->ni_loopcnt >= MAXSYMLINKS - 1) { in cache_lookup_path()