Lines Matching refs:f2fs_readonly
739 if (!f2fs_readonly(sb))
1339 if (f2fs_sb_has_quota_ino(sbi) && !f2fs_readonly(sbi->sb)) {
1343 if (f2fs_sb_has_project_quota(sbi) && !f2fs_readonly(sbi->sb)) {
1431 if (f2fs_sb_has_readonly(sbi) && !f2fs_readonly(sbi->sb)) {
1760 if (f2fs_readonly(sb))
2391 if (f2fs_readonly(sb) && (*flags & SB_RDONLY))
2400 if (!f2fs_readonly(sb) && (*flags & SB_RDONLY)) {
2404 } else if (f2fs_readonly(sb) && !(*flags & SB_RDONLY)) {
2622 bool readonly = f2fs_readonly(sbi->sb);
3448 if (f2fs_readonly(sb) || f2fs_hw_is_readonly(sbi)) {
4014 if ((recover && f2fs_readonly(sbi->sb)) ||
4184 if (continue_fs || f2fs_readonly(sb))
4584 if (!f2fs_readonly(sb) && !test_opt(sbi, DISABLE_CHECKPOINT) &&
4666 if (f2fs_sb_has_quota_ino(sbi) && !f2fs_readonly(sb)) {
4723 if (!f2fs_readonly(sb) && err > 0) {
4738 if (!err && !f2fs_readonly(sb) && f2fs_sb_has_blkzoned(sbi)) {
4763 test_opt(sbi, GC_MERGE)) && !f2fs_readonly(sb)) {
4797 if (f2fs_sb_has_quota_ino(sbi) && !f2fs_readonly(sb))
4914 if (is_sbi_flag_set(sbi, SBI_IS_RECOVERED) && f2fs_readonly(sb))