Lines Matching defs:mapping
106 struct inode *inode = page->mapping->host;
148 * This is the worker routine which does all the work of mapping the disk
153 * represent the validity of its disk mapping and to decide when to do the next
159 struct inode *inode = page->mapping->host;
180 gfp = readahead_gfp_mask(page->mapping);
183 gfp = mapping_gfp_constraint(page->mapping, GFP_KERNEL);
373 * BH_Boundary when it maps block 11. BH_Boundary says: mapping of the block
421 * mapping. We only support pages which are fully mapped-and-dirty, with a
427 * BIO. Otherwise fall back to the mapping's writepage().
485 struct address_space *mapping = page->mapping;
486 struct inode *inode = page->mapping->host;
662 ret = mapping->a_ops->writepage(page, wbc);
668 * The caller has a ref on the inode, so *mapping is stable
670 mapping_set_error(mapping, ret);
678 * @mapping: address space structure to write
696 mpage_writepages(struct address_space *mapping,
705 ret = generic_writepages(mapping, wbc);
714 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd);