tag | line | file | source code |
test_opt | 209 | fs/ext2/balloc.c | if (test_opt (sb, CHECK_STRICT) && |
test_opt | 406 | fs/ext2/balloc.c | if (test_opt (sb, CHECK_STRICT) && |
test_opt | 455 | fs/ext2/ialloc.c | if (test_opt (sb, GRPID)) |
test_opt | 46 | fs/ext2/super.c | if (test_opt (sb, ERRORS_PANIC) || |
test_opt | 48 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_RO))) |
test_opt | 53 | fs/ext2/super.c | if (test_opt (sb, ERRORS_RO) || |
test_opt | 55 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_PANIC))) { |
test_opt | 328 | fs/ext2/super.c | if (test_opt (sb, DEBUG)) |
test_opt | 337 | fs/ext2/super.c | if (test_opt (sb, CHECK)) { |
test_opt | 750 | fs/ext2/super.c | if (test_opt (sb, MINIX_DF)) |