Searched refs:SBI_POR_DOING (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/f2fs/ ! |
| H A D | recovery.c | 934 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_recover_fsync_data()
|
| H A D | checkpoint.c | 566 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_meta_folio() 591 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_meta_pages()
|
| H A D | segment.h | 699 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in has_not_enough_free_secs()
|
| H A D | debug.c | 413 [SBI_POR_DOING] = "recovering",
|
| H A D | super.c | 2105 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_sync_fs() 5050 set_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super() 5302 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
|
| H A D | node.c | 1766 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __write_node_folio() 2247 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_node_pages()
|
| H A D | data.c | 3112 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_single_data_page() 3565 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_data_pages()
|
| H A D | segment.c | 492 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_balance_fs_bg() 1999 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) { in __f2fs_issue_discard_zone()
|
| H A D | f2fs.h | 1473 SBI_POR_DOING, /* recovery is doing or not */ enumerator
|
| /linux/Documentation/ABI/testing/ ! |
| H A D | sysfs-fs-f2fs | 466 0x8 SBI_POR_DOING recovery is doing or not
|