Home
last modified time | relevance | path

Searched refs:f2fs_is_readonly (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsuper.c1384 if (f2fs_is_readonly(sbi) && test_opt(sbi, FLUSH_MERGE)) { in parse_options()
2157 if (!f2fs_is_readonly(sbi)) in default_options()
H A Df2fs.h4661 static inline bool f2fs_is_readonly(struct f2fs_sb_info *sbi) in f2fs_is_readonly() function