Home
last modified time | relevance | path

Searched refs:continue_fs (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c638 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT); in ext4_handle_error() local
644 if (!continue_fs && !sb_rdonly(sb)) { in ext4_handle_error()
658 if (continue_fs && journal) in ext4_handle_error()
664 if (sb_rdonly(sb) || continue_fs) in ext4_handle_error()