Searched refs:MAX_LINK_COUNT (Results 1 – 4 of 4) sorted by relevance
282 #define MAX_LINK_COUNT 5 /* number of symbolic links to follow */ macro720 if (++link_count > MAX_LINK_COUNT) in ext2fs_dir()
23 #define MAX_LINK_COUNT 8 macro553 if (++link_count > MAX_LINK_COUNT) { in xfs_dir()
288 #define MAX_LINK_COUNT 5 /* number of symbolic links to follow */ macro1020 if (++link_count > MAX_LINK_COUNT) in reiserfs_dir()
132 +#define MAX_LINK_COUNT 5 /* number of symbolic links3016 + if (++(*link_count) > MAX_LINK_COUNT) {
Completed in 12 milliseconds