Searched refs:SBI_QUOTA_NEED_FLUSH (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | checkpoint.c | 1178 } else if (is_sbi_flag_set(sbi, SBI_QUOTA_NEED_FLUSH)) { in __need_flush_quota() 1179 clear_sbi_flag(sbi, SBI_QUOTA_NEED_FLUSH); in __need_flush_quota() 1212 set_sbi_flag(sbi, SBI_QUOTA_NEED_FLUSH); in block_operations()
|
H A D | super.c | 2507 set_sbi_flag(sbi, SBI_QUOTA_NEED_FLUSH); in f2fs_dquot_mark_dquot_dirty()
|
H A D | f2fs.h | 1225 SBI_QUOTA_NEED_FLUSH, /* need to flush quota info in CP */ enumerator
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | checkpoint.c | 1188 } else if (is_sbi_flag_set(sbi, SBI_QUOTA_NEED_FLUSH)) { in __need_flush_quota() 1189 clear_sbi_flag(sbi, SBI_QUOTA_NEED_FLUSH); in __need_flush_quota() 1222 set_sbi_flag(sbi, SBI_QUOTA_NEED_FLUSH); in block_operations()
|
H A D | debug.c | 353 [SBI_QUOTA_NEED_FLUSH] = "quota_need_flush",
|
H A D | super.c | 3126 set_sbi_flag(sbi, SBI_QUOTA_NEED_FLUSH); in f2fs_dquot_mark_dquot_dirty()
|
H A D | f2fs.h | 1303 SBI_QUOTA_NEED_FLUSH, /* need to flush quota info in CP */ enumerator
|
Completed in 32 milliseconds