OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LINK_COUNT
(Results
1 - 5
of
5
) sorted by null
/external/grub/stage2/
fsys_minix.c
157
#define
MAX_LINK_COUNT
5 /* number of symbolic links to follow */
356
if (++link_count >
MAX_LINK_COUNT
)
fsys_ext2fs.c
201
#define
MAX_LINK_COUNT
5 /* number of symbolic links to follow */
605
if (++link_count >
MAX_LINK_COUNT
)
fsys_jfs.c
27
#define
MAX_LINK_COUNT
8
292
if (++link_count >
MAX_LINK_COUNT
) {
fsys_xfs.c
27
#define
MAX_LINK_COUNT
8
554
if (++link_count >
MAX_LINK_COUNT
) {
fsys_reiserfs.c
291
#define
MAX_LINK_COUNT
5 /* number of symbolic links to follow */
1031
if (++link_count >
MAX_LINK_COUNT
)
[
all
...]
Completed in 3059 milliseconds