Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c893 enum dirty_type dirty_type) in __locate_dirty_segment()
901 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __locate_dirty_segment()
902 dirty_i->nr_dirty[dirty_type]++; in __locate_dirty_segment()
904 if (dirty_type == DIRTY) { in __locate_dirty_segment()
906 enum dirty_type t = sentry->type; in __locate_dirty_segment()
930 enum dirty_type dirty_type) in __remove_dirty_segment()
935 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __remove_dirty_segment()
936 dirty_i->nr_dirty[dirty_type] in __remove_dirty_segment()
892 __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, enum dirty_type dirty_type) __locate_dirty_segment() argument
929 __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, enum dirty_type dirty_type) __remove_dirty_segment() argument
5306 discard_dirty_segmap(struct f2fs_sb_info *sbi, enum dirty_type dirty_type) discard_dirty_segmap() argument
[all...]
H A Dsegment.h305 enum dirty_type { enum
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c744 enum dirty_type dirty_type) in __locate_dirty_segment()
752 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __locate_dirty_segment()
753 dirty_i->nr_dirty[dirty_type]++; in __locate_dirty_segment()
755 if (dirty_type == DIRTY) { in __locate_dirty_segment()
757 enum dirty_type t = sentry->type; in __locate_dirty_segment()
781 enum dirty_type dirty_type) in __remove_dirty_segment()
786 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[dirty_type])) in __remove_dirty_segment()
787 dirty_i->nr_dirty[dirty_type] in __remove_dirty_segment()
743 __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, enum dirty_type dirty_type) __locate_dirty_segment() argument
780 __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, enum dirty_type dirty_type) __remove_dirty_segment() argument
5297 discard_dirty_segmap(struct f2fs_sb_info *sbi, enum dirty_type dirty_type) discard_dirty_segmap() argument
[all...]
H A Dsegment.h279 enum dirty_type { enum

Completed in 18 milliseconds