Searched refs:CURSEG_I (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/fs/f2fs/ |
D | segment.h | 39 (((seg) == CURSEG_I(sbi, CURSEG_HOT_DATA)->segno) || \ 40 ((seg) == CURSEG_I(sbi, CURSEG_WARM_DATA)->segno) || \ 41 ((seg) == CURSEG_I(sbi, CURSEG_COLD_DATA)->segno) || \ 42 ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ 43 ((seg) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno) || \ 44 ((seg) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno) || \ 45 ((seg) == CURSEG_I(sbi, CURSEG_COLD_DATA_PINNED)->segno) || \ 46 ((seg) == CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC)->segno)) 49 (((secno) == CURSEG_I(sbi, CURSEG_HOT_DATA)->segno / \ 51 ((secno) == CURSEG_I(sbi, CURSEG_WARM_DATA)->segno / \ [all …]
|
D | segment.c | 2412 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() 2478 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2581 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment() 2605 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2629 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() 2665 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 2730 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 2768 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() 2787 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() 2812 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg() [all …]
|
D | recovery.c | 357 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes() 465 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 709 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
|
D | node.c | 545 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2387 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 2848 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 2976 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 3054 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
D | debug.c | 181 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
|
D | checkpoint.c | 1441 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
|
D | super.c | 4155 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|