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

/linux-master/fs/f2fs/
H A Dgc.h82 struct free_segmap_info *free_i = FREE_I(sbi);
H A Dsegment.h87 (SEGS_TO_BLKS(sbi, GET_R2L_SEGNO(FREE_I(sbi), segno))))
100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
428 struct free_segmap_info *free_i = FREE_I(sbi);
450 struct free_segmap_info *free_i = FREE_I(sbi);
462 struct free_segmap_info *free_i = FREE_I(sbi);
488 struct free_segmap_info *free_i = FREE_I(sbi);
520 return FREE_I(sbi)->free_segments;
531 return FREE_I(sbi)->free_sections;
H A Dgc.c2054 next_inuse = find_next_inuse(FREE_I(sbi), end + 1, start);
2108 FREE_I(sbi)->free_sections = (int)FREE_I(sbi)->free_sections + secs;
2109 FREE_I(sbi)->free_segments = (int)FREE_I(sbi)->free_segments + segs;
H A Dsegment.c2651 struct free_segmap_info *free_i = FREE_I(sbi);
2665 struct free_segmap_info *free_i = FREE_I(sbi);
4820 struct free_segmap_info *free_i = FREE_I(sbi);
H A Df2fs.h2025 static inline struct free_segmap_info *FREE_I(struct f2fs_sb_info *sbi) function

Completed in 165 milliseconds