Searched refs:count_type (Results 1 – 3 of 3) sorted by relevance
1230 enum count_type { enum2732 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) in inc_page_count() argument2734 atomic_inc(&sbi->nr_pages[count_type]); in inc_page_count()2736 if (count_type == F2FS_DIRTY_DENTS || in inc_page_count()2737 count_type == F2FS_DIRTY_NODES || in inc_page_count()2738 count_type == F2FS_DIRTY_META || in inc_page_count()2739 count_type == F2FS_DIRTY_QDATA || in inc_page_count()2740 count_type == F2FS_DIRTY_IMETA) in inc_page_count()2753 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count() argument2755 atomic_dec(&sbi->nr_pages[count_type]); in dec_page_count()[all …]
79 static enum count_type __read_io_type(struct folio *folio) in __read_io_type()359 enum count_type type; in f2fs_write_end_io()1010 enum count_type type; in f2fs_submit_page_write()
1485 enum count_type type = WB_DATA_TYPE(folio, in f2fs_compress_write_end_io()