tag | line | file | source code |
test_opt | 290 | fs/ext2/balloc.c | if (test_opt (sb, CHECK_STRICT) && |
test_opt | 489 | fs/ext2/balloc.c | if (test_opt (sb, CHECK_STRICT) && |
test_opt | 479 | fs/ext2/ialloc.c | if (test_opt (sb, GRPID)) |
test_opt | 45 | fs/ext2/super.c | if (test_opt (sb, ERRORS_PANIC) || |
test_opt | 47 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_RO))) |
test_opt | 52 | fs/ext2/super.c | if (test_opt (sb, ERRORS_RO) || |
test_opt | 54 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_PANIC))) { |
test_opt | 292 | fs/ext2/super.c | if (test_opt (sb, DEBUG)) |
test_opt | 301 | fs/ext2/super.c | if (test_opt (sb, CHECK)) { |