Searched refs:MAX_LINK_COUNT (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c157 #define MAX_LINK_COUNT 5 /* number of symbolic links to follow */ macro
356 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_ext2fs.c246 #define MAX_LINK_COUNT 5 /* number of symbolic links to follow */ macro
653 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_jfs.c27 #define MAX_LINK_COUNT 8 macro
292 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_xfs.c27 #define MAX_LINK_COUNT 8 macro
554 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_reiserfs.c291 #define MAX_LINK_COUNT 5 /* number of symbolic links to follow */ macro
1032 if (++link_count > MAX_LINK_COUNT)

Completed in 32 milliseconds