/kernel/linux/linux-5.10/fs/f2fs/ |
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() 2587 struct curseg_info *curseg, int type) in is_next_segment_free() 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() 2772 struct curseg_info *seg, block_t start) in __next_free_blkoff() 2795 struct curseg_info *seg) in __refresh_next_blkoff() 2827 struct curseg_info *curseg = CURSEG_I(sbi, type); in change_curseg() 2865 struct curseg_info *curse in get_atssr_segment() [all...] |
H A D | segment.h | 333 struct curseg_info { struct 356 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() 358 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I() 709 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() 716 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type() 722 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_blkoff()
|
H A D | recovery.c | 333 struct curseg_info *curseg; in find_fsync_dnodes() 450 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 714 struct curseg_info *curseg; in recover_data()
|
H A D | debug.c | 168 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() 244 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
|
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 | checkpoint.c | 1423 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
|
H A D | super.c | 3594 struct curseg_info *seg_i; in f2fs_fill_super()
|
H A D | f2fs.h | 978 struct curseg_info *curseg_array; /* active segment information */
|
/kernel/linux/linux-6.6/fs/f2fs/ |
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() 2624 struct curseg_info *curseg, int type) in is_next_segment_free() 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() 2830 struct curseg_info *seg) in f2fs_find_next_ssr_block() 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 *curse in __f2fs_init_atgc_curseg() [all...] |
H A D | segment.h | 303 struct curseg_info { struct 327 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type) in CURSEG_I() 329 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I() 733 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_segno() 740 struct curseg_info *curseg = CURSEG_I(sbi, type); in curseg_alloc_type()
|
H A D | recovery.c | 410 struct curseg_info *curseg; in find_fsync_dnodes() 516 struct curseg_info *curseg = CURSEG_I(sbi, i); in check_index_in_prev_nodes() 786 struct curseg_info *curseg; in recover_data()
|
H A D | debug.c | 188 struct curseg_info *curseg = CURSEG_I(sbi, i); in update_general_status() 268 si->base_mem += sizeof(struct curseg_info) * NR_CURSEG_TYPE; in update_mem_info()
|
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 | super.c | 4371 struct curseg_info *seg_i; in f2fs_fill_super()
|
H A D | f2fs.h | 1039 struct curseg_info *curseg_array; /* active segment information */
|