tag | line | file | source code |
---|---|---|---|
ERRORS_PANIC | 44 | fs/ext2/super.c | if (test_opt (sb, ERRORS_PANIC) || |
ERRORS_PANIC | 53 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_PANIC))) { |
ERRORS_PANIC | 219 | fs/ext2/super.c | clear_opt (*mount_options, ERRORS_PANIC); |
ERRORS_PANIC | 224 | fs/ext2/super.c | clear_opt (*mount_options, ERRORS_PANIC); |
ERRORS_PANIC | 230 | fs/ext2/super.c | set_opt (*mount_options, ERRORS_PANIC); |