Home
last modified time | relevance | path

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

/fs/ext4/
Dsuper.c707 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT); in ext4_handle_error() local
713 if (!continue_fs && !sb_rdonly(sb)) { in ext4_handle_error()
727 if (continue_fs && journal) in ext4_handle_error()
743 if (sb_rdonly(sb) || continue_fs) in ext4_handle_error()
/fs/f2fs/
Dsuper.c4132 bool continue_fs = !shutdown && in f2fs_handle_critical_error() local
4165 if (continue_fs || f2fs_readonly(sb) || shutdown) { in f2fs_handle_critical_error()