Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h1024 enum count_type { enum
1487 /* # of pages, see count_type */
2115 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) in inc_page_count() argument
2117 atomic_inc(&sbi->nr_pages[count_type]); in inc_page_count()
2119 if (count_type == F2FS_DIRTY_DENTS || in inc_page_count()
2120 count_type == F2FS_DIRTY_NODES || in inc_page_count()
2121 count_type == F2FS_DIRTY_META || in inc_page_count()
2122 count_type == F2FS_DIRTY_QDATA || in inc_page_count()
2123 count_type == F2FS_DIRTY_IMETA) in inc_page_count()
2136 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count() argument
2154 get_pages(struct f2fs_sb_info *sbi, int count_type) get_pages() argument
[all...]
H A Ddata.c99 static enum count_type __read_io_type(struct page *page) in __read_io_type()
350 enum count_type type = WB_DATA_TYPE(page); in f2fs_write_end_io()
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h1083 enum count_type { enum
1639 /* # of pages, see count_type */
2437 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) in inc_page_count() argument
2439 atomic_inc(&sbi->nr_pages[count_type]); in inc_page_count()
2441 if (count_type == F2FS_DIRTY_DENTS || in inc_page_count()
2442 count_type == F2FS_DIRTY_NODES || in inc_page_count()
2443 count_type == F2FS_DIRTY_META || in inc_page_count()
2444 count_type == F2FS_DIRTY_QDATA || in inc_page_count()
2445 count_type == F2FS_DIRTY_IMETA) in inc_page_count()
2458 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count() argument
2498 get_pages(struct f2fs_sb_info *sbi, int count_type) get_pages() argument
[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()
1008 enum count_type type; in f2fs_submit_page_write()
H A Dcompress.c1414 enum count_type type = WB_DATA_TYPE(page, in f2fs_compress_write_end_io()

Completed in 26 milliseconds