Lines Matching defs:mapping
53 * ->mapping, and with attached buffers. These pages are trivially reclaimable
74 if (page->mapping)
192 struct address_space *mapping = jinode->i_vfs_inode->i_mapping;
195 .nr_to_write = mapping->nrpages * 2,
206 return generic_writepages(mapping, &wbc);
272 struct address_space *mapping = jinode->i_vfs_inode->i_mapping;
274 return filemap_fdatawait_range_keep_errors(mapping,
687 /* If the block mapping failed, just abandon the buffer
1041 struct address_space *mapping;
1049 * buffer_freed bits. For the file mapping buffers (i.e.
1052 * because the data page mapping can get cleared under
1053 * our hands. Note that if mapping == NULL, we don't
1055 * already detached from the mapping and buffers cannot
1058 mapping = READ_ONCE(bh->b_page->mapping);
1059 if (mapping && !sb_is_blkdev_sb(mapping->host->i_sb)) {