Lines Matching refs:f2fs_readonly
710 if (!f2fs_readonly(sb)) in parse_options()
1300 if (f2fs_sb_has_quota_ino(sbi) && !f2fs_readonly(sbi->sb)) { in parse_options()
1304 if (f2fs_sb_has_project_quota(sbi) && !f2fs_readonly(sbi->sb)) { in parse_options()
1392 if (f2fs_sb_has_readonly(sbi) && !f2fs_readonly(sbi->sb)) { in parse_options()
1721 if (f2fs_readonly(sb)) in f2fs_freeze()
2352 if (f2fs_readonly(sb) && (*flags & SB_RDONLY)) in f2fs_remount()
2361 if (!f2fs_readonly(sb) && (*flags & SB_RDONLY)) { in f2fs_remount()
2365 } else if (f2fs_readonly(sb) && !(*flags & SB_RDONLY)) { in f2fs_remount()
2583 bool readonly = f2fs_readonly(sbi->sb); in f2fs_recover_quota_begin()
3409 if (f2fs_readonly(sb) || f2fs_hw_is_readonly(sbi)) { in sanity_check_area_boundary()
3980 if ((recover && f2fs_readonly(sbi->sb)) || in f2fs_commit_super()
4150 if (continue_fs || f2fs_readonly(sb)) in f2fs_handle_critical_error()
4550 if (!f2fs_readonly(sb) && !test_opt(sbi, DISABLE_CHECKPOINT) && in f2fs_fill_super()
4632 if (f2fs_sb_has_quota_ino(sbi) && !f2fs_readonly(sb)) { in f2fs_fill_super()
4689 if (!f2fs_readonly(sb) && err > 0) { in f2fs_fill_super()
4704 if (!err && !f2fs_readonly(sb) && f2fs_sb_has_blkzoned(sbi)) { in f2fs_fill_super()
4729 test_opt(sbi, GC_MERGE)) && !f2fs_readonly(sb)) { in f2fs_fill_super()
4763 if (f2fs_sb_has_quota_ino(sbi) && !f2fs_readonly(sb)) in f2fs_fill_super()
4880 if (is_sbi_flag_set(sbi, SBI_IS_RECOVERED) && f2fs_readonly(sb)) in kill_f2fs_super()