tag | line | file | source code |
---|---|---|---|
ERRORS_PANIC | 45 | fs/ext2/super.c | if (test_opt (sb, ERRORS_PANIC) || |
ERRORS_PANIC | 54 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_PANIC))) { |
ERRORS_PANIC | 217 | fs/ext2/super.c | clear_opt (*mount_options, ERRORS_PANIC); |
ERRORS_PANIC | 222 | fs/ext2/super.c | clear_opt (*mount_options, ERRORS_PANIC); |
ERRORS_PANIC | 228 | fs/ext2/super.c | set_opt (*mount_options, ERRORS_PANIC); |