Lines Matching defs:mapping
53 * ->mapping, and with attached buffers. These pages are trivially reclaimable
72 if (folio->mapping)
242 struct address_space *mapping = jinode->i_vfs_inode->i_mapping;
244 return filemap_fdatawait_range_keep_errors(mapping,
639 /* If the block mapping failed, just abandon the buffer
995 struct address_space *mapping;
1003 * buffer_freed bits. For the file mapping buffers (i.e.
1006 * because the data page mapping can get cleared under
1007 * our hands. Note that if mapping == NULL, we don't
1009 * already detached from the mapping and buffers cannot
1012 mapping = READ_ONCE(bh->b_folio->mapping);
1013 if (mapping && !sb_is_blkdev_sb(mapping->host->i_sb)) {