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.c888 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_fsync_data()
H A Ddebug.c425 [SBI_IS_WRITABLE] = "writable",
H A Dsuper.c3093 set_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_begin()
3109 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) { in f2fs_recover_quota_end()
3110 clear_sbi_flag(sbi, SBI_IS_WRITABLE); in f2fs_recover_quota_end()
H A Dcheckpoint.c944 if (is_sbi_flag_set(sbi, SBI_IS_WRITABLE)) in f2fs_recover_orphan_inodes()
H A Df2fs.h1485 SBI_IS_WRITABLE, /* remove ro mountoption transiently */ enumerator