Lines Matching defs:mapping
55 vi = page->mapping->host;
181 vi = page->mapping->host;
392 vi = page->mapping->host;
548 vi = page->mapping->host;
568 * Put the page back on mapping->dirty_pages, but leave
606 * Loop through all the buffers in the page, mapping all the dirty
608 * underlying block device's mapping.
843 * Put the page back on mapping->dirty_pages, but
891 * exclusion for the $MFT/$DATA case against someone mapping an mft record we
903 struct inode *vi = page->mapping->host;
1339 struct inode *vi = page->mapping->host;
1502 * Put the page back on mapping->dirty_pages, but leave its
1525 * @mapping: address space mapping to which the block to be mapped belongs
1530 * mapping @mapping to its physical device block.
1538 * Return the physical device block if the mapping succeeded or 0 if the block
1546 static sector_t ntfs_bmap(struct address_space *mapping, sector_t block)
1552 ntfs_inode *ni = NTFS_I(mapping->host);
1607 "mapping for inode 0x%lx. "
1611 ntfs_error(vol->sb, "Failed to complete mapping for "
1709 * the mapping->private_lock. Once the buffers are marked dirty we no longer
1713 struct address_space *mapping = page->mapping;
1714 ntfs_inode *ni = NTFS_I(mapping->host);
1721 spin_lock(&mapping->private_lock);
1723 spin_unlock(&mapping->private_lock);
1725 spin_lock(&mapping->private_lock);
1749 spin_unlock(&mapping->private_lock);