Home
last modified time | relevance | path

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

/fs/f2fs/
A Dsegment.c771 enum dirty_type dirty_type) in __locate_dirty_segment() argument
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
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()
5731 enum dirty_type dirty_type) in discard_dirty_segmap() argument
5736 kvfree(dirty_i->dirty_segmap[dirty_type]); in discard_dirty_segmap()
[all …]
A Dsegment.h240 enum dirty_type { enum

Completed in 19 milliseconds