Home
last modified time | relevance | path

Searched refs:FREE_I (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dsegment.h85 (SEGS_TO_BLKS(sbi, GET_R2L_SEGNO(FREE_I(sbi), segno))))
98 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
428 struct free_segmap_info *free_i = FREE_I(sbi); in __set_free()
450 struct free_segmap_info *free_i = FREE_I(sbi); in __set_inuse()
462 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_free()
488 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_inuse()
520 return FREE_I(sbi)->free_segments; in free_segments()
530 return FREE_I(sbi)->free_sections; in free_sections()
H A Dgc.h100 struct free_segmap_info *free_i = FREE_I(sbi); in free_segs_blk_count_zoned()
H A Dgc.c2126 next_inuse = find_next_inuse(FREE_I(sbi), end + 1, start); in free_segment_range()
2180 FREE_I(sbi)->free_sections = (int)FREE_I(sbi)->free_sections + secs; in update_fs_metadata()
2181 FREE_I(sbi)->free_segments = (int)FREE_I(sbi)->free_segments + segs; in update_fs_metadata()
H A Ddebug.c100 else if (!test_bit(j, FREE_I(sbi)->free_segmap)) in update_multidevice_stats()
119 FREE_I(sbi)->free_secmap)) in update_multidevice_stats()
H A Dsegment.c2733 struct free_segmap_info *free_i = FREE_I(sbi); in is_next_segment_free()
2747 struct free_segmap_info *free_i = FREE_I(sbi); in get_new_segment()
5070 struct free_segmap_info *free_i = FREE_I(sbi); in init_dirty_segmap()
H A Df2fs.h2065 static inline struct free_segmap_info *FREE_I(struct f2fs_sb_info *sbi) in FREE_I() function