Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Drecovery.c868 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_fsync_data()
H A Ddebug.c358 [SBI_IS_WRITABLE] = "writable",
H A Dsuper.c2590 set_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_begin()
2606 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) { in f2fs_recover_quota_end()
2607 clear_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_end()
H A Dcheckpoint.c734 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_orphan_inodes()
H A Df2fs.h1314 SBI_IS_WRITABLE, /* remove ro mountoption transiently */ enumerator