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