Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h87 (GET_R2L_SEGNO(FREE_I(sbi), segno) << (sbi)->log_blocks_per_seg))
100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
430 struct free_segmap_info *free_i = FREE_I(sbi); in __set_free()
452 struct free_segmap_info *free_i = FREE_I(sbi); in __set_inuse()
464 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_free()
490 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_inuse()
522 return FREE_I(sbi)->free_segments; in free_segments()
533 return FREE_I(sbi)->free_sections; in free_sections()
H A Dgc.h82 struct free_segmap_info *free_i = FREE_I(sbi); in free_segs_blk_count_zoned()
H A Dgc.c2062 next_inuse = find_next_inuse(FREE_I(sbi), end + 1, start); in free_segment_range()
2116 FREE_I(sbi)->free_sections = (int)FREE_I(sbi)->free_sections + secs; in update_fs_metadata()
2117 FREE_I(sbi)->free_segments = (int)FREE_I(sbi)->free_segments + segs; in update_fs_metadata()
H A Dsegment.c2647 struct free_segmap_info *free_i = FREE_I(sbi); in is_next_segment_free()
2661 struct free_segmap_info *free_i = FREE_I(sbi); in get_new_segment()
4753 struct free_segmap_info *free_i = FREE_I(sbi); in init_dirty_segmap()
H A Df2fs.h2021 static inline struct free_segmap_info *FREE_I(struct f2fs_sb_info *sbi) in FREE_I() function