Searched refs:SBI_POR_DOING (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | checkpoint.c | 320 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_meta_page() 355 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_meta_pages()
|
| H A D | recovery.c | 866 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_recover_fsync_data()
|
| H A D | segment.h | 614 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in has_not_enough_free_secs()
|
| H A D | super.c | 1560 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_sync_fs() 3966 set_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super() 4249 clear_sbi_flag(sbi, SBI_POR_DOING); in f2fs_fill_super()
|
| H A D | node.c | 1604 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __write_node_page() 2108 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_node_pages()
|
| H A D | data.c | 2778 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_write_single_data_page() 3207 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in __f2fs_write_data_pages()
|
| H A D | f2fs.h | 1260 SBI_POR_DOING, /* recovery is doing or not */ enumerator
|
| H A D | segment.c | 535 if (unlikely(is_sbi_flag_set(sbi, SBI_POR_DOING))) in f2fs_balance_fs_bg()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 424 0x8 SBI_POR_DOING recovery is doing or not
|