Lines Matching defs:mapping
107 struct address_space *mapping;
209 mapping = vi->i_mapping;
217 page = read_mapping_page(mapping, index, NULL);
261 balance_dirty_pages_ratelimited(mapping);
474 * @mapping: address space mapping from which to obtain page cache pages
475 * @index: starting index in @mapping at which to begin obtaining pages
480 * Obtain @nr_pages locked page cache pages from the mapping @mapping and
487 static inline int __ntfs_grab_cache_pages(struct address_space *mapping,
496 pages[nr] = find_get_page_flags(mapping, index, FGP_LOCK |
500 *cached_page = page_cache_alloc(mapping);
506 err = add_to_page_cache_lru(*cached_page, mapping,
508 mapping_gfp_constraint(mapping, GFP_KERNEL));
546 * with i_mutex held on the inode (@pages[0]->mapping->host). There are
595 vi = pages[0]->mapping->host;
1050 * Determine the size of the mapping pairs array for the new
1058 ntfs_debug("Failed to get size for mapping pairs "
1063 * Resize the attribute record to fit the new mapping pairs
1072 // and fill it with as much of the mapping pairs
1074 // extent rewriting the mapping pairs arrays as we go
1092 * Generate the mapping pairs array directly into the attribute
1101 "the mapping pairs failed with error "
1249 * new mapping pairs array, i.e. only when the mapped attribute extent
1280 * Resize the attribute record to its old size and rebuild the mapping
1299 "mapping pairs array in error "
1392 vi = pages[0]->mapping->host;
1504 * (@pages[0]->mapping->host). There are @nr_pages pages in @pages which are
1552 vi = page->mapping->host;
1653 * Put the page on mapping->dirty_pages, but leave its
1723 struct address_space *mapping = file->f_mapping;
1724 struct inode *vi = mapping->host;
1833 status = __ntfs_grab_cache_pages(mapping, start_idx, do_pages,
1882 balance_dirty_pages_ratelimited(mapping);
1966 * NOTE: If we were to use mapping->private_list (see ext2 and