Searched refs:CURSEG_I (Results 1 – 7 of 7) sorted by relevance
/fs/f2fs/ |
D | segment.h | 33 (((seg) == CURSEG_I(sbi, CURSEG_HOT_DATA)->segno) || \ 34 ((seg) == CURSEG_I(sbi, CURSEG_WARM_DATA)->segno) || \ 35 ((seg) == CURSEG_I(sbi, CURSEG_COLD_DATA)->segno) || \ 36 ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \ 37 ((seg) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno) || \ 38 ((seg) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno)) 41 (((secno) == CURSEG_I(sbi, CURSEG_HOT_DATA)->segno / \ 43 ((secno) == CURSEG_I(sbi, CURSEG_WARM_DATA)->segno / \ 45 ((secno) == CURSEG_I(sbi, CURSEG_COLD_DATA)->segno / \ 47 ((secno) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno / \ [all …]
|
D | segment.c | 2283 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() 2348 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2373 struct curseg_info *curseg = CURSEG_I(sbi, type); in is_next_segment_free() 2451 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment() 2475 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2496 return CURSEG_I(sbi, type)->segno; in __get_next_segno() 2512 return CURSEG_I(sbi, type)->segno; in __get_next_segno() 2521 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 2579 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 2610 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_ssr_segment() [all …]
|
D | recovery.c | 352 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes() 460 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 731 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
|
D | node.c | 521 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2328 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 2783 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 2876 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 2954 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
D | debug.c | 168 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
|
D | checkpoint.c | 1416 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
|
D | super.c | 3727 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|