Lines Matching refs:address_space
119 static void page_cache_delete(struct address_space *mapping, in page_cache_delete()
156 static void unaccount_page_cache_page(struct address_space *mapping, in unaccount_page_cache_page()
233 struct address_space *mapping = page->mapping; in __delete_from_page_cache()
241 static void page_cache_free_page(struct address_space *mapping, in page_cache_free_page()
268 struct address_space *mapping = page_mapping(page); in delete_from_page_cache()
294 static void page_cache_delete_batch(struct address_space *mapping, in page_cache_delete_batch()
342 void delete_from_page_cache_batch(struct address_space *mapping, in delete_from_page_cache_batch()
364 int filemap_check_errors(struct address_space *mapping) in filemap_check_errors()
378 static int filemap_check_and_keep_errors(struct address_space *mapping) in filemap_check_and_keep_errors()
405 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in __filemap_fdatawrite_range()
426 static inline int __filemap_fdatawrite(struct address_space *mapping, in __filemap_fdatawrite()
432 int filemap_fdatawrite(struct address_space *mapping) in filemap_fdatawrite()
438 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start, in filemap_fdatawrite_range()
454 int filemap_flush(struct address_space *mapping) in filemap_flush()
472 bool filemap_range_has_page(struct address_space *mapping, in filemap_range_has_page()
503 static void __filemap_fdatawait_range(struct address_space *mapping, in __filemap_fdatawait_range()
550 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range()
572 int filemap_fdatawait_range_keep_errors(struct address_space *mapping, in filemap_fdatawait_range_keep_errors()
598 struct address_space *mapping = file->f_mapping; in file_fdatawait_range()
619 int filemap_fdatawait_keep_errors(struct address_space *mapping) in filemap_fdatawait_keep_errors()
627 static bool mapping_needs_writeback(struct address_space *mapping) in mapping_needs_writeback()
635 int filemap_write_and_wait(struct address_space *mapping) in filemap_write_and_wait()
675 int filemap_write_and_wait_range(struct address_space *mapping, in filemap_write_and_wait_range()
700 void __filemap_set_wb_err(struct address_space *mapping, int err) in __filemap_set_wb_err()
736 struct address_space *mapping = file->f_mapping; in file_check_and_advance_wb_err()
779 struct address_space *mapping = file->f_mapping; in file_write_and_wait_range()
813 struct address_space *mapping = old->mapping; in replace_page_cache_page()
851 struct address_space *mapping, in __add_to_page_cache_locked()
928 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked()
936 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru()
1363 struct address_space *mapping; in page_endio()
1459 pgoff_t page_cache_next_miss(struct address_space *mapping, in page_cache_next_miss()
1495 pgoff_t page_cache_prev_miss(struct address_space *mapping, in page_cache_prev_miss()
1525 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset) in find_get_entry()
1579 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset) in find_lock_entry()
1629 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset, in pagecache_get_page()
1724 unsigned find_get_entries(struct address_space *mapping, in find_get_entries()
1791 unsigned find_get_pages_range(struct address_space *mapping, pgoff_t *start, in find_get_pages_range()
1857 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t index, in find_get_pages_contig()
1913 unsigned find_get_pages_range_tag(struct address_space *mapping, pgoff_t *index, in find_get_pages_range_tag()
2013 struct address_space *mapping = filp->f_mapping; in generic_file_buffered_read()
2284 struct address_space *mapping = file->f_mapping; in generic_file_read_iter()
2387 struct address_space *mapping = file->f_mapping; in do_sync_mmap_readahead()
2436 struct address_space *mapping = file->f_mapping; in do_async_mmap_readahead()
2481 struct address_space *mapping = file->f_mapping; in filemap_fault()
2606 struct address_space *mapping = file->f_mapping; in filemap_map_pages()
2707 struct address_space *mapping = file->f_mapping; in generic_file_mmap()
2756 static struct page *do_read_cache_page(struct address_space *mapping, in do_read_cache_page()
2869 struct page *read_cache_page(struct address_space *mapping, in read_cache_page()
2892 struct page *read_cache_page_gfp(struct address_space *mapping, in read_cache_page_gfp()
3122 int pagecache_write_begin(struct file *file, struct address_space *mapping, in pagecache_write_begin()
3133 int pagecache_write_end(struct file *file, struct address_space *mapping, in pagecache_write_end()
3147 struct address_space *mapping = file->f_mapping; in generic_file_direct_write()
3225 struct page *grab_cache_page_write_begin(struct address_space *mapping, in grab_cache_page_write_begin()
3246 struct address_space *mapping = file->f_mapping; in generic_perform_write()
3351 struct address_space * mapping = file->f_mapping; in __generic_file_write_iter()
3473 struct address_space * const mapping = page->mapping; in try_to_release_page()