Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c371 vblocks = get_valid_blocks(sbi, segno, true); in get_cb_cost()
396 (get_valid_blocks(sbi, segno, true) >= in get_gc_cost()
402 return get_valid_blocks(sbi, segno, true); in get_gc_cost()
521 get_valid_blocks(sbi, segno, true) == 0) in add_victim_entry()
589 vblocks = get_valid_blocks(sbi, ve->segno, true); in atgc_lookup_victim()
807 if (!get_valid_blocks(sbi, *result, false)) { in f2fs_get_victim()
1560 (!force_migrate && get_valid_blocks(sbi, segno, true) == in gc_data_segment()
1797 if (get_valid_blocks(sbi, segno, false) == 0) in do_garbage_collect()
1836 get_valid_blocks(sbi, segno, false) == 0) in do_garbage_collect()
2077 if (!dry_run && get_valid_blocks(sbi, segno, true)) in f2fs_gc_range()
[all …]
H A Dsegment.c796 get_valid_blocks(sbi, segno, true); in __locate_dirty_segment()
825 valid_blocks = get_valid_blocks(sbi, segno, true); in __remove_dirty_segment()
865 valid_blocks = get_valid_blocks(sbi, segno, false); in locate_dirty_segment()
890 if (get_valid_blocks(sbi, segno, false)) in f2fs_dirty_to_prefree()
954 if (get_valid_blocks(sbi, segno, false)) in get_free_segment()
2240 !get_valid_blocks(sbi, start, true)) in f2fs_clear_prefree_segments()
3139 if (get_valid_blocks(sbi, curseg->segno, false)) { in __f2fs_save_inmem_curseg()
3166 if (get_valid_blocks(sbi, curseg->segno, false)) in __f2fs_restore_inmem_curseg()
3304 !get_valid_blocks(sbi, curseg->segno, new_sec) && in __allocate_new_segment()
5129 valid_blocks = get_valid_blocks(sbi, segno, false); in init_dirty_segmap()
[all …]
H A Dsegment.h329 static inline unsigned int get_valid_blocks(struct f2fs_sb_info *sbi, in get_valid_blocks() function
H A Ddebug.c45 vblocks = get_valid_blocks(sbi, segno, true); in f2fs_update_sit_info()