Home
last modified time | relevance | path

Searched refs:SBI_POR_DOING (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h640 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in has_not_enough_free_secs()
H A Drecovery.c863 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_recover_fsync_data()
H A Dcheckpoint.c321 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_meta_page()
356 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_meta_pages()
H A Dsuper.c1395 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_sync_fs()
3697 set_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
3960 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
H A Dnode.c1546 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __write_node_page()
2050 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_node_pages()
H A Ddata.c2827 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_single_data_page()
3257 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_data_pages()
H A Dcompress.c836 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __cluster_may_compress()
H A Df2fs.h1218 SBI_POR_DOING, /* recovery is doing or not */ enumerator
H A Dsegment.c621 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_balance_fs_bg()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h629 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in has_not_enough_free_secs()
H A Drecovery.c925 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_recover_fsync_data()
H A Dcheckpoint.c344 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_meta_page()
379 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_meta_pages()
H A Ddebug.c346 [SBI_POR_DOING] = "recovering",
H A Dinode.c608 !is_sbi_flag_set(sbi, SBI_POR_DOING)) { in f2fs_iget()
H A Dsuper.c1747 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_sync_fs()
4493 set_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
4748 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
H A Dnode.c1629 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __write_node_page()
2122 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_node_pages()
H A Ddata.c2866 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_single_data_page()
3335 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_data_pages()
H A Dsegment.c464 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_balance_fs_bg()
1972 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) { in __f2fs_issue_discard_zone()
H A Df2fs.h1296 SBI_POR_DOING, /* recovery is doing or not */ enumerator

Completed in 68 milliseconds