Searched refs:f2fs_is_readonly (Results 1 – 2 of 2) sorted by relevance
1384 if (f2fs_is_readonly(sbi) && test_opt(sbi, FLUSH_MERGE)) { in parse_options()2157 if (!f2fs_is_readonly(sbi)) in default_options()
4661 static inline bool f2fs_is_readonly(struct f2fs_sb_info *sbi) in f2fs_is_readonly() function