Searched refs:f2fs_is_readonly (Results 1 – 2 of 2) sorted by relevance
1616 if (f2fs_is_readonly(sbi) && ctx_test_opt(ctx, F2FS_MOUNT_FLUSH_MERGE)) { in f2fs_check_opt_consistency()2629 if (!f2fs_is_readonly(sbi)) in default_options()
5194 static inline bool f2fs_is_readonly(struct f2fs_sb_info *sbi) in f2fs_is_readonly() function