Home
last modified time | relevance | path

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

/linux-6.12.1/fs/f2fs/
Dsuper.c1390 if (f2fs_is_readonly(sbi) && test_opt(sbi, FLUSH_MERGE)) { in parse_options()
2148 if (!f2fs_is_readonly(sbi)) in default_options()
Df2fs.h4705 static inline bool f2fs_is_readonly(struct f2fs_sb_info *sbi) in f2fs_is_readonly() function