Lines Matching refs:DIRTY
792 if (dirty_type == DIRTY) { in __locate_dirty_segment()
796 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment()
826 if (dirty_type == DIRTY) { in __remove_dirty_segment()
879 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
881 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
884 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
897 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree()
903 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree()
920 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks()
956 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in get_free_segment()
2669 __remove_dirty_segment(sbi, new_segno, DIRTY); in change_curseg()
4539 __locate_dirty_segment(sbi, segno, DIRTY); in init_dirty_segmap()