Searched refs:f2fs_readonly (Results 1 – 5 of 5) sorted by relevance
301 if (!f2fs_readonly(sb)) in parse_options()532 if (f2fs_readonly(sb)) in f2fs_freeze()576 if (!f2fs_readonly(sbi->sb) && test_opt(sbi, BG_GC)) in f2fs_show_options()608 if (!f2fs_readonly(sbi->sb) && test_opt(sbi, FLUSH_MERGE)) in f2fs_show_options()690 if (f2fs_readonly(sb) && (*flags & MS_RDONLY)) in f2fs_remount()1194 if (test_opt(sbi, BG_GC) && !f2fs_readonly(sb)) { in f2fs_fill_super()
1058 if (f2fs_readonly(sbi->sb)) in write_checkpoint()
186 if (unlikely(f2fs_readonly(inode->i_sb))) in f2fs_sync_file()
1394 static inline int f2fs_readonly(struct super_block *sb) in f2fs_readonly() function
2150 if (test_opt(sbi, FLUSH_MERGE) && !f2fs_readonly(sbi->sb)) { in build_segment_manager()