Lines Matching refs:file
84 int (*filler)(struct file *, struct page *), void *data) in read_cache_pages() argument
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()
377 struct file_ra_state *ra, struct file *filp, in ondemand_readahead()
504 struct file_ra_state *ra, struct file *filp, in page_cache_sync_readahead()
539 struct file_ra_state *ra, struct file *filp, in page_cache_async_readahead()
567 do_readahead(struct address_space *mapping, struct file *filp, in do_readahead()
591 if (f.file) { in SYSCALL_DEFINE3()
592 if (f.file->f_mode & FMODE_READ) { in SYSCALL_DEFINE3()
593 struct address_space *mapping = f.file->f_mapping; in SYSCALL_DEFINE3()
597 ret = do_readahead(mapping, f.file, start, len); in SYSCALL_DEFINE3()