Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c685 bool continue_fs = !force_ro && test_opt(sb, ERRORS_CONT); in ext4_handle_error() local
691 if (!continue_fs && !ext4_emergency_ro(sb) && journal) in ext4_handle_error()
705 if (continue_fs && journal && in ext4_handle_error()
722 if (ext4_emergency_ro(sb) || continue_fs) in ext4_handle_error()
/linux/fs/f2fs/
H A Dsuper.c4512 bool continue_fs = !shutdown && in f2fs_handle_critical_error() local
4549 if (continue_fs || f2fs_readonly(sb) || shutdown) { in f2fs_handle_critical_error()