Home
last modified time | relevance | path

Searched refs:curseg_info (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c2498 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 Dsegment.h333 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 Drecovery.c333 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 Ddebug.c168 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 Dnode.c521 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 Dcheckpoint.c1423 struct curseg_info *seg_i = CURSEG_I(sbi, CURSEG_HOT_NODE); in do_checkpoint()
H A Dsuper.c3594 struct curseg_info *seg_i; in f2fs_fill_super()
H A Df2fs.h978 struct curseg_info *curseg_array; /* active segment information */
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c2538 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 Dsegment.h303 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 Drecovery.c410 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 Ddebug.c188 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 Dcheckpoint.c1460 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 Dnode.c550 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 Dsuper.c4371 struct curseg_info *seg_i; in f2fs_fill_super()
H A Df2fs.h1039 struct curseg_info *curseg_array; /* active segment information */

Completed in 63 milliseconds