tag | line | file | source code |
test_opt | 211 | fs/ext2/balloc.c | if (test_opt (sb, CHECK_STRICT) && |
test_opt | 415 | fs/ext2/balloc.c | if (test_opt (sb, CHECK_STRICT) && |
test_opt | 458 | fs/ext2/ialloc.c | if (test_opt (sb, GRPID)) |
test_opt | 49 | fs/ext2/super.c | if (test_opt (sb, ERRORS_PANIC) || |
test_opt | 51 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_RO))) |
test_opt | 56 | fs/ext2/super.c | if (test_opt (sb, ERRORS_RO) || |
test_opt | 58 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_PANIC))) { |
test_opt | 300 | fs/ext2/super.c | if (test_opt (sb, DEBUG)) |
test_opt | 309 | fs/ext2/super.c | if (test_opt (sb, CHECK)) { |
test_opt | 724 | fs/ext2/super.c | if (test_opt (sb, MINIX_DF)) |