• Home
  • Raw
  • Download

Lines Matching refs:address_space

113 static int page_cache_tree_insert(struct address_space *mapping,  in page_cache_tree_insert()
169 static void page_cache_tree_delete(struct address_space *mapping, in page_cache_tree_delete()
245 struct address_space *mapping = page->mapping; in __delete_from_page_cache()
322 struct address_space *mapping = page_mapping(page); in delete_from_page_cache()
346 int filemap_check_errors(struct address_space *mapping) in filemap_check_errors()
375 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range()
395 static inline int __filemap_fdatawrite(struct address_space *mapping, in __filemap_fdatawrite()
401 int filemap_fdatawrite(struct address_space *mapping) in filemap_fdatawrite()
407 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in filemap_fdatawrite_range()
421 int filemap_flush(struct address_space *mapping) in filemap_flush()
427 static int __filemap_fdatawait_range(struct address_space *mapping, in __filemap_fdatawait_range()
478 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range()
504 void filemap_fdatawait_keep_errors(struct address_space *mapping) in filemap_fdatawait_keep_errors()
526 int filemap_fdatawait(struct address_space *mapping) in filemap_fdatawait()
537 int filemap_write_and_wait(struct address_space *mapping) in filemap_write_and_wait()
573 int filemap_write_and_wait_range(struct address_space *mapping, in filemap_write_and_wait_range()
621 struct address_space *mapping = old->mapping; in replace_page_cache_page()
657 struct address_space *mapping, in __add_to_page_cache_locked()
720 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked()
728 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru()
913 struct address_space *mapping; in page_endio()
1013 pgoff_t page_cache_next_hole(struct address_space *mapping, in page_cache_next_hole()
1054 pgoff_t page_cache_prev_hole(struct address_space *mapping, in page_cache_prev_hole()
1087 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset) in find_get_entry()
1154 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset) in find_lock_entry()
1197 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset, in pagecache_get_page()
1286 unsigned find_get_entries(struct address_space *mapping, in find_get_entries()
1358 unsigned find_get_pages(struct address_space *mapping, pgoff_t start, in find_get_pages()
1426 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index, in find_get_pages_contig()
1504 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index, in find_get_pages_tag()
1584 unsigned find_get_entries_tag(struct address_space *mapping, pgoff_t start, in find_get_entries_tag()
1680 struct address_space *mapping = filp->f_mapping; in do_generic_file_read()
1938 struct address_space *mapping = file->f_mapping; in generic_file_read_iter()
1989 struct address_space *mapping = file->f_mapping; in page_cache_read()
2022 struct address_space *mapping = file->f_mapping; in do_sync_mmap_readahead()
2066 struct address_space *mapping = file->f_mapping; in do_async_mmap_readahead()
2106 struct address_space *mapping = file->f_mapping; in filemap_fault()
2229 struct address_space *mapping = file->f_mapping; in filemap_map_pages()
2344 struct address_space *mapping = file->f_mapping; in generic_file_mmap()
2388 static struct page *do_read_cache_page(struct address_space *mapping, in do_read_cache_page()
2495 struct page *read_cache_page(struct address_space *mapping, in read_cache_page()
2515 struct page *read_cache_page_gfp(struct address_space *mapping, in read_cache_page_gfp()
2581 int pagecache_write_begin(struct file *file, struct address_space *mapping, in pagecache_write_begin()
2592 int pagecache_write_end(struct file *file, struct address_space *mapping, in pagecache_write_end()
2606 struct address_space *mapping = file->f_mapping; in generic_file_direct_write()
2675 struct page *grab_cache_page_write_begin(struct address_space *mapping, in grab_cache_page_write_begin()
2696 struct address_space *mapping = file->f_mapping; in generic_perform_write()
2803 struct address_space * mapping = file->f_mapping; in __generic_file_write_iter()
2921 struct address_space * const mapping = page->mapping; in try_to_release_page()