Lines Matching refs:DIRTY
817 if (dirty_type == DIRTY) { in __locate_dirty_segment()
821 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment()
851 if (dirty_type == DIRTY) { in __remove_dirty_segment()
904 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
906 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
909 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
922 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree()
928 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree()
945 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks()
981 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in get_free_segment()
2712 __remove_dirty_segment(sbi, new_segno, DIRTY); in change_curseg()
4687 __locate_dirty_segment(sbi, segno, DIRTY); in init_dirty_segmap()