Lines Matching refs:DIRTY
782 if (dirty_type == DIRTY) { in __locate_dirty_segment()
786 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment()
818 if (dirty_type == DIRTY) { in __remove_dirty_segment()
871 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
873 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
876 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
889 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree()
895 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree()
912 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks()
953 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in get_free_segment()
3038 __remove_dirty_segment(sbi, new_segno, DIRTY); in change_curseg()
5138 __locate_dirty_segment(sbi, segno, DIRTY); in init_dirty_segmap()