Searched refs:SBI_POR_DOING (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | recovery.c | 906 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_recover_fsync_data()
|
| H A D | checkpoint.c | 361 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_meta_page() 390 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_meta_pages()
|
| H A D | segment.h | 637 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in has_not_enough_free_secs()
|
| H A D | debug.c | 412 [SBI_POR_DOING] = "recovering",
|
| H A D | super.c | 1734 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_sync_fs() 4610 set_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super() 4858 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
|
| H A D | node.c | 1702 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __write_node_page() 2183 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_node_pages()
|
| H A D | data.c | 2821 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_single_data_page() 3265 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_data_pages()
|
| H A D | segment.c | 481 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_balance_fs_bg() 2004 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) { in __f2fs_issue_discard_zone()
|
| H A D | f2fs.h | 1332 SBI_POR_DOING, /* recovery is doing or not */ enumerator
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 466 0x8 SBI_POR_DOING recovery is doing or not
|