Searched refs:SBI_POR_DOING (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | recovery.c | 957 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_recover_fsync_data()
|
| H A D | segment.h | 687 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in has_not_enough_free_secs()
|
| H A D | checkpoint.c | 558 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_meta_folio() 583 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_meta_pages()
|
| H A D | debug.c | 409 [SBI_POR_DOING] = "recovering",
|
| H A D | super.c | 2146 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_sync_fs() 5214 set_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super() 5469 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
|
| H A D | node.c | 1788 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __write_node_folio() 2279 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_node_pages()
|
| H A D | data.c | 3117 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_single_data_page() 3570 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_data_pages()
|
| H A D | segment.c | 500 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_balance_fs_bg() 2055 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) { in __f2fs_issue_discard_zone()
|
| H A D | f2fs.h | 1488 SBI_POR_DOING, /* recovery is doing or not */ enumerator
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 473 0x8 SBI_POR_DOING recovery is doing or not
|