count_type         56 fs/f2fs/data.c static enum count_type __read_io_type(struct page *page)
count_type        200 fs/f2fs/data.c 		enum count_type type = WB_DATA_TYPE(page);
count_type       1868 fs/f2fs/f2fs.h static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type)
count_type       1870 fs/f2fs/f2fs.h 	atomic_inc(&sbi->nr_pages[count_type]);
count_type       1872 fs/f2fs/f2fs.h 	if (count_type == F2FS_DIRTY_DENTS ||
count_type       1873 fs/f2fs/f2fs.h 			count_type == F2FS_DIRTY_NODES ||
count_type       1874 fs/f2fs/f2fs.h 			count_type == F2FS_DIRTY_META ||
count_type       1875 fs/f2fs/f2fs.h 			count_type == F2FS_DIRTY_QDATA ||
count_type       1876 fs/f2fs/f2fs.h 			count_type == F2FS_DIRTY_IMETA)
count_type       1889 fs/f2fs/f2fs.h static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type)
count_type       1891 fs/f2fs/f2fs.h 	atomic_dec(&sbi->nr_pages[count_type]);
count_type       1907 fs/f2fs/f2fs.h static inline s64 get_pages(struct f2fs_sb_info *sbi, int count_type)
count_type       1909 fs/f2fs/f2fs.h 	return atomic_read(&sbi->nr_pages[count_type]);