Home
last modified time | relevance | path

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

/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), \
412 struct free_segmap_info *free_i = FREE_I(sbi); in __set_free()
433 struct free_segmap_info *free_i = FREE_I(sbi); in __set_inuse()
445 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_free()
470 struct free_segmap_info *free_i = FREE_I(sbi); in __set_test_and_inuse()
502 return FREE_I(sbi)->free_segments; in free_segments()
512 return FREE_I(sbi)->free_sections; in free_sections()
Dsegment.c2336 struct free_segmap_info *free_i = FREE_I(sbi); in is_next_segment_free()
2350 struct free_segmap_info *free_i = FREE_I(sbi); in get_new_segment()
4169 struct free_segmap_info *free_i = FREE_I(sbi); in init_dirty_segmap()
Df2fs.h1525 static inline struct free_segmap_info *FREE_I(struct f2fs_sb_info *sbi) in FREE_I() function