Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c806 enum dirty_type dirty_type) in __locate_dirty_segment() argument
814 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __locate_dirty_segment()
815 dirty_i->nr_dirty[dirty_type]++; in __locate_dirty_segment()
817 if (dirty_type == DIRTY) { in __locate_dirty_segment()
819 enum dirty_type t = sentry->type; in __locate_dirty_segment()
843 enum dirty_type dirty_type) in __remove_dirty_segment() argument
848 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __remove_dirty_segment()
849 dirty_i->nr_dirty[dirty_type]--; in __remove_dirty_segment()
851 if (dirty_type == DIRTY) { in __remove_dirty_segment()
853 enum dirty_type t = sentry->type; in __remove_dirty_segment()
[all …]
H A Dsegment.h279 enum dirty_type { enum