Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.h63 (GET_R2L_SEGNO(FREE_I(sbi), segno) << sbi->log_blocks_per_seg))
76 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
343 struct free_segmap_info *free_i = FREE_I(sbi); in __set_free()
364 struct free_segmap_info *free_i = FREE_I(sbi); in __set_inuse()
375 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_free()
397 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_inuse()
422 return FREE_I(sbi)->free_segments; in free_segments()
432 return FREE_I(sbi)->free_sections; in free_sections()
Dsegment.c861 struct free_segmap_info *free_i = FREE_I(sbi); in is_next_segment_free()
875 struct free_segmap_info *free_i = FREE_I(sbi); in get_new_segment()
2195 struct free_segmap_info *free_i = FREE_I(sbi); in init_dirty_segmap()
Df2fs.h890 static inline struct free_segmap_info *FREE_I(struct f2fs_sb_info *sbi) in FREE_I() function