Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.h73 (GET_R2L_SEGNO(FREE_I(sbi), segno) << (sbi)->log_blocks_per_seg))
86 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
416 struct free_segmap_info *free_i = FREE_I(sbi); in __set_free()
437 struct free_segmap_info *free_i = FREE_I(sbi); in __set_inuse()
449 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_free()
474 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_inuse()
506 return FREE_I(sbi)->free_segments; in free_segments()
516 return FREE_I(sbi)->free_sections; in free_sections()
Dgc.c1417 next_inuse = find_next_inuse(FREE_I(sbi), end + 1, start); in free_segment_range()
1450 FREE_I(sbi)->free_sections = (int)FREE_I(sbi)->free_sections + secs; in update_fs_metadata()
1451 FREE_I(sbi)->free_segments = (int)FREE_I(sbi)->free_segments + segs; in update_fs_metadata()
Dsegment.c2353 struct free_segmap_info *free_i = FREE_I(sbi); in is_next_segment_free()
2367 struct free_segmap_info *free_i = FREE_I(sbi); in get_new_segment()
4240 struct free_segmap_info *free_i = FREE_I(sbi); in init_dirty_segmap()
Df2fs.h1550 static inline struct free_segmap_info *FREE_I(struct f2fs_sb_info *sbi) in FREE_I() function