Home
last modified time | relevance | path

Searched refs:CURSEG_I (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dsegment.h40 (((seg) == CURSEG_I(sbi, CURSEG_HOT_DATA)->segno) || \
41 ((seg) == CURSEG_I(sbi, CURSEG_WARM_DATA)->segno) || \
42 ((seg) == CURSEG_I(sbi, CURSEG_COLD_DATA)->segno) || \
43 ((seg) == CURSEG_I(sbi, CURSEG_HOT_NODE)->segno) || \
44 ((seg) == CURSEG_I(sbi, CURSEG_WARM_NODE)->segno) || \
45 ((seg) == CURSEG_I(sbi, CURSEG_COLD_NODE)->segno) || \
46 ((seg) == CURSEG_I(sbi, CURSEG_COLD_DATA_PINNED)->segno) || \
47 ((seg) == CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC)->segno))
50 (((secno) == CURSEG_I(sbi, CURSEG_HOT_DATA)->segno / \
52 ((secno) == CURSEG_I(sbi, CURSEG_WARM_DATA)->segno / \
[all …]
H A Dsegment.c2558 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks()
2620 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page()
2709 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment()
2737 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg()
2761 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno()
2797 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg()
2855 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg()
2892 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment()
2911 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg()
2936 struct curseg_info *curseg = CURSEG_I(sbi, type); in __f2fs_save_inmem_curseg()
[all …]
H A Drecovery.c417 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes()
516 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes()
793 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
H A Dcheckpoint.c1465 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
1476 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint()
1483 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint()
H A Dnode.c550 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info()
2432 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache()
2900 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal()
3028 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set()
3106 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
H A Ddebug.c188 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
H A Dsuper.c4569 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()