Searched refs:dirty_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Dsegment.c747 enum dirty_type dirty_type)
755 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type]))
756 dirty_i->nr_dirty[dirty_type]++;
758 if (dirty_type == DIRTY) {
760 enum dirty_type t = sentry->type;
784 enum dirty_type dirty_type)
789 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type]))
790 dirty_i->nr_dirty[dirty_type]
746 __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, enum dirty_type dirty_type) argument
783 __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, enum dirty_type dirty_type) argument
5401 discard_dirty_segmap(struct f2fs_sb_info *sbi, enum dirty_type dirty_type) argument
[all...]
H A Dsegment.h266 enum dirty_type { enum

Completed in 828 milliseconds