Lines Matching refs:DIRTY
783 if (dirty_type == DIRTY) { in __locate_dirty_segment()
787 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment()
819 if (dirty_type == DIRTY) { in __remove_dirty_segment()
872 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
874 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
877 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
890 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree()
896 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree()
913 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks()
954 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in get_free_segment()
3061 __remove_dirty_segment(sbi, new_segno, DIRTY); in change_curseg()
5178 __locate_dirty_segment(sbi, segno, DIRTY); in init_dirty_segmap()