Searched refs:get_valid_blocks (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | gc.c | 217 vblocks = get_valid_blocks(sbi, segno, sbi->segs_per_sec); in get_cb_cost() 244 return get_valid_blocks(sbi, segno, sbi->segs_per_sec); in get_gc_cost() 474 if (get_valid_blocks(sbi, segno, 1) == 0) in gc_node_segment() 756 if (get_valid_blocks(sbi, segno, 1) == 0) in gc_data_segment()
|
D | debug.c | 111 vblocks = get_valid_blocks(sbi, segno, sbi->segs_per_sec); in update_sit_info()
|
D | segment.h | 295 static inline unsigned int get_valid_blocks(struct f2fs_sb_info *sbi, in get_valid_blocks() function
|
D | segment.c | 460 if (get_valid_blocks(sbi, segno, sbi->segs_per_sec) == 0) in __remove_dirty_segment() 481 valid_blocks = get_valid_blocks(sbi, segno, 0); in locate_dirty_segment() 2205 valid_blocks = get_valid_blocks(sbi, segno, 0); in init_dirty_segmap()
|
D | super.c | 711 get_valid_blocks(sbi, i, 1)); in segment_info_seq_show()
|