Lines Matching refs:address_space
114 static int page_cache_tree_insert(struct address_space *mapping, in page_cache_tree_insert()
143 static void page_cache_tree_delete(struct address_space *mapping, in page_cache_tree_delete()
185 static void unaccount_page_cache_page(struct address_space *mapping, in unaccount_page_cache_page()
261 struct address_space *mapping = page->mapping; in __delete_from_page_cache()
269 static void page_cache_free_page(struct address_space *mapping, in page_cache_free_page()
296 struct address_space *mapping = page_mapping(page); in delete_from_page_cache()
323 page_cache_tree_delete_batch(struct address_space *mapping, in page_cache_tree_delete_batch()
369 void delete_from_page_cache_batch(struct address_space *mapping, in delete_from_page_cache_batch()
391 int filemap_check_errors(struct address_space *mapping) in filemap_check_errors()
405 static int filemap_check_and_keep_errors(struct address_space *mapping) in filemap_check_and_keep_errors()
430 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range()
450 static inline int __filemap_fdatawrite(struct address_space *mapping, in __filemap_fdatawrite()
456 int filemap_fdatawrite(struct address_space *mapping) in filemap_fdatawrite()
462 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in filemap_fdatawrite_range()
476 int filemap_flush(struct address_space *mapping) in filemap_flush()
491 bool filemap_range_has_page(struct address_space *mapping, in filemap_range_has_page()
511 static void __filemap_fdatawait_range(struct address_space *mapping, in __filemap_fdatawait_range()
556 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range()
580 struct address_space *mapping = file->f_mapping; in file_fdatawait_range()
599 int filemap_fdatawait_keep_errors(struct address_space *mapping) in filemap_fdatawait_keep_errors()
606 static bool mapping_needs_writeback(struct address_space *mapping) in mapping_needs_writeback()
612 int filemap_write_and_wait(struct address_space *mapping) in filemap_write_and_wait()
650 int filemap_write_and_wait_range(struct address_space *mapping, in filemap_write_and_wait_range()
675 void __filemap_set_wb_err(struct address_space *mapping, int err) in __filemap_set_wb_err()
709 struct address_space *mapping = file->f_mapping; in file_check_and_advance_wb_err()
750 struct address_space *mapping = file->f_mapping; in file_write_and_wait_range()
791 struct address_space *mapping = old->mapping; in replace_page_cache_page()
827 struct address_space *mapping, in __add_to_page_cache_locked()
890 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked()
898 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru()
1253 struct address_space *mapping; in page_endio()
1349 pgoff_t page_cache_next_hole(struct address_space *mapping, in page_cache_next_hole()
1390 pgoff_t page_cache_prev_hole(struct address_space *mapping, in page_cache_prev_hole()
1423 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset) in find_get_entry()
1490 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset) in find_lock_entry()
1535 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset, in pagecache_get_page()
1624 unsigned find_get_entries(struct address_space *mapping, in find_get_entries()
1701 unsigned find_get_pages_range(struct address_space *mapping, pgoff_t *start, in find_get_pages_range()
1787 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index, in find_get_pages_contig()
1866 unsigned find_get_pages_range_tag(struct address_space *mapping, pgoff_t *index, in find_get_pages_range_tag()
1959 unsigned find_get_entries_tag(struct address_space *mapping, pgoff_t start, in find_get_entries_tag()
2054 struct address_space *mapping = filp->f_mapping; in generic_file_buffered_read()
2322 struct address_space *mapping = file->f_mapping; in generic_file_read_iter()
2380 struct address_space *mapping = file->f_mapping; in page_cache_read()
2413 struct address_space *mapping = file->f_mapping; in do_sync_mmap_readahead()
2457 struct address_space *mapping = file->f_mapping; in do_async_mmap_readahead()
2496 struct address_space *mapping = file->f_mapping; in filemap_fault()
2619 struct address_space *mapping = file->f_mapping; in filemap_map_pages()
2732 struct address_space *mapping = file->f_mapping; in generic_file_mmap()
2781 static struct page *do_read_cache_page(struct address_space *mapping, in do_read_cache_page()
2888 struct page *read_cache_page(struct address_space *mapping, in read_cache_page()
2908 struct page *read_cache_page_gfp(struct address_space *mapping, in read_cache_page_gfp()
2977 int pagecache_write_begin(struct file *file, struct address_space *mapping, in pagecache_write_begin()
2988 int pagecache_write_end(struct file *file, struct address_space *mapping, in pagecache_write_end()
3002 struct address_space *mapping = file->f_mapping; in generic_file_direct_write()
3080 struct page *grab_cache_page_write_begin(struct address_space *mapping, in grab_cache_page_write_begin()
3101 struct address_space *mapping = file->f_mapping; in generic_perform_write()
3202 struct address_space * mapping = file->f_mapping; in __generic_file_write_iter()
3320 struct address_space * const mapping = page->mapping; in try_to_release_page()