Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Drecovery.c856 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_fsync_data()
H A Ddebug.c424 [SBI_IS_WRITABLE] = "writable",
H A Dsuper.c2664 set_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_begin()
2680 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) { in f2fs_recover_quota_end()
2681 clear_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_end()
H A Dcheckpoint.c744 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_orphan_inodes()
H A Df2fs.h1344 SBI_IS_WRITABLE, /* remove ro mountoption transiently */ enumerator