Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dsuper.c689 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT); in ext4_handle_error() local
695 if (!continue_fs && !ext4_emergency_ro(sb) && journal) in ext4_handle_error()
709 if (continue_fs && journal && in ext4_handle_error()
726 if (ext4_emergency_ro(sb) || continue_fs) in ext4_handle_error()
/linux-6.15/fs/f2fs/
H A Dsuper.c4246 bool continue_fs = !shutdown && in f2fs_handle_critical_error() local
4283 if (continue_fs || f2fs_readonly(sb) || shutdown) { in f2fs_handle_critical_error()