Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Df2fs.h1088 enum count_type { enum
2465 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) in inc_page_count() argument
2467 atomic_inc(&sbi->nr_pages[count_type]); in inc_page_count()
2469 if (count_type == F2FS_DIRTY_DENTS || in inc_page_count()
2470 count_type == F2FS_DIRTY_NODES || in inc_page_count()
2471 count_type == F2FS_DIRTY_META || in inc_page_count()
2472 count_type == F2FS_DIRTY_QDATA || in inc_page_count()
2473 count_type == F2FS_DIRTY_IMETA) in inc_page_count()
2486 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count() argument
2488 atomic_dec(&sbi->nr_pages[count_type]); in dec_page_count()
[all …]
H A Ddata.c74 static enum count_type __read_io_type(struct page *page) in __read_io_type()
339 enum count_type type = WB_DATA_TYPE(page, false); in f2fs_write_end_io()
952 enum count_type type; in f2fs_submit_page_write()
H A Dcompress.c1435 enum count_type type = WB_DATA_TYPE(page, in f2fs_compress_write_end_io()