Home
last modified time | relevance | path

Searched refs:SBI_IS_WRITABLE (Results 1 – 5 of 5) sorted by relevance

/linux/fs/f2fs/
H A Drecovery.c911 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_fsync_data()
H A Ddebug.c421 [SBI_IS_WRITABLE] = "writable",
H A Dsuper.c3164 set_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_begin()
3180 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) { in f2fs_recover_quota_end()
3181 clear_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_end()
H A Dcheckpoint.c1034 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_orphan_inodes()
H A Df2fs.h1500 SBI_IS_WRITABLE, /* remove ro mountoption transiently */ enumerator