Searched refs:dec_page_count (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | data.c | 150 dec_page_count(F2FS_P_SB(page), __read_io_type(page)); in f2fs_finish_read_bio() 354 dec_page_count(sbi, type); in f2fs_write_end_io() 969 dec_page_count(sbi, WB_DATA_TYPE(bio_page)); in f2fs_submit_page_write() 3605 dec_page_count(F2FS_I_SB(dio->inode), in f2fs_dio_end_io() 3772 dec_page_count(sbi, F2FS_DIRTY_META); in f2fs_invalidate_page() 3774 dec_page_count(sbi, F2FS_DIRTY_NODES); in f2fs_invalidate_page()
|
| H A D | node.c | 130 dec_page_count(F2FS_P_SB(page), F2FS_DIRTY_NODES); in clear_node_page_dirty() 1597 dec_page_count(sbi, F2FS_DIRTY_NODES); in __write_node_page() 1629 dec_page_count(sbi, F2FS_DIRTY_NODES); in __write_node_page() 1658 dec_page_count(sbi, F2FS_DIRTY_NODES); in __write_node_page()
|
| H A D | compress.c | 816 dec_page_count(sbi, F2FS_RD_DATA); in f2fs_end_read_compressed_page() 1345 dec_page_count(sbi, F2FS_WB_DATA); in f2fs_compress_write_end_io()
|
| H A D | f2fs.h | 2394 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count() function 2406 dec_page_count(F2FS_I_SB(inode), S_ISDIR(inode->i_mode) ? in inode_dec_dirty_pages() 2409 dec_page_count(F2FS_I_SB(inode), F2FS_DIRTY_QDATA); in inode_dec_dirty_pages()
|
| H A D | checkpoint.c | 326 dec_page_count(sbi, F2FS_DIRTY_META); in __f2fs_write_meta_page()
|
| H A D | gc.c | 1283 dec_page_count(fio.sbi, F2FS_DIRTY_META); in move_data_block()
|
| H A D | segment.c | 280 dec_page_count(F2FS_I_SB(inode), F2FS_INMEM_PAGES); in __revoke_inmem_pages() 373 dec_page_count(sbi, F2FS_INMEM_PAGES); in f2fs_drop_inmem_page()
|
| H A D | super.c | 1387 dec_page_count(sbi, F2FS_DIRTY_IMETA); in f2fs_inode_synced()
|