Lines Matching refs:DIRTY
755 if (dirty_type == DIRTY) { in __locate_dirty_segment()
759 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment()
789 if (dirty_type == DIRTY) { in __remove_dirty_segment()
842 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
844 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
847 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
860 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree()
866 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree()
883 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks()
919 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in get_free_segment()
2859 __remove_dirty_segment(sbi, new_segno, DIRTY); in change_curseg()
4740 __locate_dirty_segment(sbi, segno, DIRTY); in init_dirty_segmap()