Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h1244 enum count_type { enum
2802 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) in inc_page_count() argument
2804 atomic_inc(&sbi->nr_pages[count_type]); in inc_page_count()
2806 if (count_type == F2FS_DIRTY_DENTS || in inc_page_count()
2807 count_type == F2FS_DIRTY_NODES || in inc_page_count()
2808 count_type == F2FS_DIRTY_META || in inc_page_count()
2809 count_type == F2FS_DIRTY_QDATA || in inc_page_count()
2810 count_type == F2FS_DIRTY_IMETA) in inc_page_count()
2823 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count() argument
2825 atomic_dec(&sbi->nr_pages[count_type]); in dec_page_count()
[all …]
H A Ddata.c82 static enum count_type __read_io_type(struct folio *folio) in __read_io_type()
343 enum count_type type; in f2fs_write_end_bio()
1043 enum count_type type; in f2fs_submit_page_write()