• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/

Lines Matching refs:address_space

121 	struct address_space *mapping = page->mapping;
146 struct address_space *mapping = page->mapping;
159 struct address_space *mapping;
169 * indicating a struct address_space different from the one it's
174 * The ->sync_page() address_space operation must tolerate
214 int __filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
232 static inline int __filemap_fdatawrite(struct address_space *mapping,
238 int filemap_fdatawrite(struct address_space *mapping)
244 int filemap_fdatawrite_range(struct address_space *mapping, loff_t start,
253 * @mapping: target address_space
258 int filemap_flush(struct address_space *mapping)
273 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte,
324 int filemap_fdatawait(struct address_space *mapping)
335 int filemap_write_and_wait(struct address_space *mapping)
359 * @mapping: the address_space for the pages
368 int filemap_write_and_wait_range(struct address_space *mapping,
391 * @mapping: the page's address_space
398 int add_to_page_cache_locked(struct page *page, struct address_space *mapping,
438 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
618 * @mapping: the address_space to search
624 struct page *find_get_page(struct address_space *mapping, pgoff_t offset)
662 * @mapping: the address_space to search
670 struct page *find_lock_page(struct address_space *mapping, pgoff_t offset)
692 * @mapping: the page's address_space
707 struct page *find_or_create_page(struct address_space *mapping,
739 * @mapping: The address_space to search
753 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
795 * @mapping: The address_space to search
805 unsigned BCMFASTPATH_HOST find_get_pages_contig(struct address_space *mapping, pgoff_t index,
849 * @mapping: the address_space to search
858 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
902 * @mapping: target address_space
914 grab_cache_page_nowait(struct address_space *mapping, pgoff_t index)
970 struct address_space *mapping = filp->f_mapping;
1289 struct address_space *mapping;
1363 do_readahead(struct address_space *mapping, struct file *filp,
1382 struct address_space *mapping = file->f_mapping;
1411 struct address_space *mapping = file->f_mapping;
1445 struct address_space *mapping = file->f_mapping;
1490 struct address_space *mapping = file->f_mapping;
1518 struct address_space *mapping = file->f_mapping;
1638 struct address_space *mapping = file->f_mapping;
1671 static struct page *__read_cache_page(struct address_space *mapping,
1702 static struct page *do_read_cache_page(struct address_space *mapping,
1741 * @mapping: the page's address_space
1754 struct page *read_cache_page_async(struct address_space *mapping,
1777 * @mapping: the page's address_space
1789 struct page *read_cache_page_gfp(struct address_space *mapping,
1801 * @mapping: the page's address_space
1811 struct page *read_cache_page(struct address_space *mapping,
2106 int pagecache_write_begin(struct file *file, struct address_space *mapping,
2117 int pagecache_write_end(struct file *file, struct address_space *mapping,
2134 struct address_space *mapping = file->f_mapping;
2202 struct page *grab_cache_page_write_begin(struct address_space *mapping,
2233 struct address_space *mapping = file->f_mapping;
2363 struct address_space * mapping = file->f_mapping;
2497 * The address_space is to try to release any data against the page
2510 struct address_space * const mapping = page->mapping;