Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c771 enum dirty_type dirty_type) in __locate_dirty_segment() argument
779 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __locate_dirty_segment()
780 dirty_i->nr_dirty[dirty_type]++; in __locate_dirty_segment()
782 if (dirty_type == DIRTY) { in __locate_dirty_segment()
784 enum dirty_type t = sentry->type; in __locate_dirty_segment()
810 enum dirty_type dirty_type) in __remove_dirty_segment() argument
815 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __remove_dirty_segment()
816 dirty_i->nr_dirty[dirty_type]--; in __remove_dirty_segment()
818 if (dirty_type == DIRTY) { in __remove_dirty_segment()
820 enum dirty_type t = sentry->type; in __remove_dirty_segment()
[all …]
H A Dsegment.h249 enum dirty_type { enum