Lines Matching defs:mapping
28 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init()
44 static void read_cache_pages_invalidate_page(struct address_space *mapping, in read_cache_pages_invalidate_page()
61 static void read_cache_pages_invalidate_pages(struct address_space *mapping, in read_cache_pages_invalidate_pages()
83 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages()
111 static int read_pages(struct address_space *mapping, struct file *filp, in read_pages()
152 int __do_page_cache_readahead(struct address_space *mapping, struct file *filp, in __do_page_cache_readahead()
210 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, in force_page_cache_readahead()
328 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages()
343 static int try_context_readahead(struct address_space *mapping, in try_context_readahead()
378 ondemand_readahead(struct address_space *mapping, in ondemand_readahead()
489 void page_cache_sync_readahead(struct address_space *mapping, in page_cache_sync_readahead()
524 page_cache_async_readahead(struct address_space *mapping, in page_cache_async_readahead()
553 do_readahead(struct address_space *mapping, struct file *filp, in do_readahead()
571 struct address_space *mapping = f.file->f_mapping; in SYSCALL_DEFINE3() local