Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c818 enum dirty_type dirty_type) in __locate_dirty_segment() argument
826 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __locate_dirty_segment()
827 dirty_i->nr_dirty[dirty_type]++; in __locate_dirty_segment()
829 if (dirty_type == DIRTY) { in __locate_dirty_segment()
831 enum dirty_type t = sentry->type; in __locate_dirty_segment()
857 enum dirty_type dirty_type) in __remove_dirty_segment() argument
862 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __remove_dirty_segment()
863 dirty_i->nr_dirty[dirty_type]--; in __remove_dirty_segment()
865 if (dirty_type == DIRTY) { in __remove_dirty_segment()
867 enum dirty_type t = sentry->type; in __remove_dirty_segment()
[all …]
H A Dsegment.h244 enum dirty_type { enum