Lines Matching defs:mapping
30 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()
150 int __do_page_cache_readahead(struct address_space *mapping, struct file *filp, in __do_page_cache_readahead()
209 int force_page_cache_readahead(struct address_space *mapping, struct file *filp, in force_page_cache_readahead()
326 static pgoff_t count_history_pages(struct address_space *mapping, in count_history_pages()
341 static int try_context_readahead(struct address_space *mapping, in try_context_readahead()
376 ondemand_readahead(struct address_space *mapping, in ondemand_readahead()
503 void page_cache_sync_readahead(struct address_space *mapping, in page_cache_sync_readahead()
538 page_cache_async_readahead(struct address_space *mapping, in page_cache_async_readahead()
567 do_readahead(struct address_space *mapping, struct file *filp, in do_readahead()
593 struct address_space *mapping = f.file->f_mapping; in SYSCALL_DEFINE3() local