| tag | line | file | source code |
|---|---|---|---|
| ERRORS_PANIC | 55 | fs/ext2/super.c | if (test_opt (sb, ERRORS_PANIC) || |
| ERRORS_PANIC | 64 | fs/ext2/super.c | !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_PANIC))) { |
| ERRORS_PANIC | 188 | fs/ext2/super.c | clear_opt (*mount_options, ERRORS_PANIC); |
| ERRORS_PANIC | 193 | fs/ext2/super.c | clear_opt (*mount_options, ERRORS_PANIC); |
| ERRORS_PANIC | 199 | fs/ext2/super.c | set_opt (*mount_options, ERRORS_PANIC); |