Home
last modified time | relevance | path

Searched refs:META_MAPPING (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcheckpoint.c34 struct address_space *mapping = META_MAPPING(sbi); in grab_meta_page()
53 struct address_space *mapping = META_MAPPING(sbi); in __get_meta_page()
190 page = grab_cache_page(META_MAPPING(sbi), fio.blk_addr); in ra_meta_pages()
212 page = find_get_page(META_MAPPING(sbi), index); in ra_meta_pages_cond()
278 struct address_space *mapping = META_MAPPING(sbi); in sync_meta_pages()
1064 filemap_fdatawait_range(META_MAPPING(sbi), 0, LONG_MAX); in do_checkpoint()
1081 invalidate_mapping_pages(META_MAPPING(sbi), discard_blk, in do_checkpoint()
Drecovery.c567 truncate_inode_pages_range(META_MAPPING(sbi), in recover_fsync_data()
572 truncate_inode_pages_final(META_MAPPING(sbi)); in recover_fsync_data()
588 invalidate_mapping_pages(META_MAPPING(sbi), in recover_fsync_data()
Ddebug.c65 si->meta_pages = META_MAPPING(sbi)->nrpages; in update_general_status()
202 npages = META_MAPPING(sbi)->nrpages; in update_mem_info()
Dgc.c580 fio.encrypted_page = pagecache_get_page(META_MAPPING(fio.sbi), in move_encrypted_block()
596 if (unlikely(fio.encrypted_page->mapping != META_MAPPING(fio.sbi))) in move_encrypted_block()
Df2fs.h900 static inline struct address_space *META_MAPPING(struct f2fs_sb_info *sbi) in META_MAPPING() function
Dnode.c1824 invalidate_mapping_pages(META_MAPPING(sbi), addr, in restore_node_summary()
Dsegment.c1490 cpage = find_lock_page(META_MAPPING(sbi), blkaddr); in f2fs_wait_on_encrypted_page_writeback()