/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.h | 40 (((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(sb 356 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) CURSEG_I() function [all...] |
H A D | segment.c | 2498 struct curseg_info *curseg = CURSEG_I(sbi, type); in __add_sum_entry() 2563 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2666 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment() 2690 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2714 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() 2750 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 2827 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 2865 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() 2884 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() 2909 struct curseg_info *curseg = CURSEG_I(sb in __f2fs_save_inmem_curseg() [all...] |
H A D | recovery.c | 342 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in find_fsync_dnodes() 450 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 720 curseg = CURSEG_I(sbi, CURSEG_WARM_NODE); in recover_data()
|
H A D | node.c | 521 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2330 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 2785 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 2878 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 2956 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
H A D | debug.c | 168 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
|
H A D | checkpoint.c | 1423 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
|
H A D | super.c | 3843 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.h | 40 (((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(sb 327 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) CURSEG_I() function [all...] |
H A D | segment.c | 2538 struct curseg_info *curseg = CURSEG_I(sbi, type); in f2fs_curseg_valid_blocks() 2600 struct curseg_info *curseg = CURSEG_I(sbi, type); in write_current_sum_page() 2703 if (CURSEG_I(sbi, i)->zone == zoneno) in get_new_segment() 2727 struct curseg_info *curseg = CURSEG_I(sbi, type); in reset_curseg() 2751 struct curseg_info *curseg = CURSEG_I(sbi, type); in __get_next_segno() 2789 struct curseg_info *curseg = CURSEG_I(sbi, type); in new_curseg() 2847 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 2883 struct curseg_info *curseg = CURSEG_I(sbi, type); in get_atssr_segment() 2902 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_ALL_DATA_ATGC); in __f2fs_init_atgc_curseg() 2927 struct curseg_info *curseg = CURSEG_I(sb in __f2fs_save_inmem_curseg() [all...] |
H A D | recovery.c | 417 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 D | checkpoint.c | 1460 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint() 1471 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_NODE); in do_checkpoint() 1478 struct curseg_info *curseg = CURSEG_I(sbi, i + CURSEG_HOT_DATA); in do_checkpoint()
|
H A D | node.c | 550 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_get_node_info() 2417 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in scan_curseg_cache() 2885 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in remove_nats_in_journal() 3013 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in __flush_nat_entry_set() 3091 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA); in f2fs_flush_nat_entries()
|
H A D | debug.c | 188 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status()
|
H A D | super.c | 4617 seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in f2fs_fill_super()
|