Lines Matching defs:mapping

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() local
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() local
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() local
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() local
779 struct address_space *mapping = file->f_mapping; in file_write_and_wait_range() local
813 struct address_space *mapping = old->mapping; in replace_page_cache_page() local
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() local
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() local
2284 struct address_space *mapping = file->f_mapping; in generic_file_read_iter() local
2408 struct address_space *mapping = file->f_mapping; in do_sync_mmap_readahead() local
2457 struct address_space *mapping = file->f_mapping; in do_async_mmap_readahead() local
2502 struct address_space *mapping = file->f_mapping; in filemap_fault() local
2627 struct address_space *mapping = file->f_mapping; in filemap_map_pages() local
2728 struct address_space *mapping = file->f_mapping; in generic_file_mmap() local
2777 static struct page *do_read_cache_page(struct address_space *mapping, in do_read_cache_page()
2890 struct page *read_cache_page(struct address_space *mapping, in read_cache_page()
2913 struct page *read_cache_page_gfp(struct address_space *mapping, in read_cache_page_gfp()
3143 int pagecache_write_begin(struct file *file, struct address_space *mapping, in pagecache_write_begin()
3154 int pagecache_write_end(struct file *file, struct address_space *mapping, in pagecache_write_end()
3168 struct address_space *mapping = file->f_mapping; in generic_file_direct_write() local
3246 struct page *grab_cache_page_write_begin(struct address_space *mapping, in grab_cache_page_write_begin()
3267 struct address_space *mapping = file->f_mapping; in generic_perform_write() local
3372 struct address_space * mapping = file->f_mapping; in __generic_file_write_iter() local
3494 struct address_space * const mapping = page->mapping; in try_to_release_page() local