Searched refs:count_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Df2fs.h1092 enum count_type { enum
1646 /* # of pages, see count_type */
2464 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) argument
2466 atomic_inc(&sbi->nr_pages[count_type]);
2468 if (count_type == F2FS_DIRTY_DENTS ||
2469 count_type == F2FS_DIRTY_NODES ||
2470 count_type == F2FS_DIRTY_META ||
2471 count_type == F2FS_DIRTY_QDATA ||
2472 count_type == F2FS_DIRTY_IMETA)
2485 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) argument
2525 get_pages(struct f2fs_sb_info *sbi, int count_type) argument
[all...]
H A Ddata.c74 static enum count_type __read_io_type(struct page *page)
339 enum count_type type = WB_DATA_TYPE(page, false);
946 enum count_type type;
H A Dcompress.c1421 enum count_type type = WB_DATA_TYPE(page,

Completed in 271 milliseconds