Lines Matching full:mapping
25 struct ntfs_inode *ni = NTFS_I(folio->mapping->host); in ntfs_iomap_read_end_io()
70 struct ntfs_inode *ni = NTFS_I(folio->mapping->host); in ntfs_read_folio()
112 * @mapping: address space mapping to which the block to be mapped belongs
117 * mapping @mapping to its physical device block.
125 * Return the physical device block if the mapping succeeded or 0 if the block
133 static sector_t ntfs_bmap(struct address_space *mapping, sector_t block) in ntfs_bmap() argument
139 struct ntfs_inode *ni = NTFS_I(mapping->host); in ntfs_bmap()
193 "Not enough memory to complete mapping for inode 0x%llx. Returning 0.", in ntfs_bmap()
198 "Failed to complete mapping for inode 0x%llx. Run chkdsk. Returning 0.", in ntfs_bmap()
234 struct address_space *mapping = rac->mapping; in ntfs_readahead() local
235 struct inode *inode = mapping->host; in ntfs_readahead()
252 static int ntfs_writepages(struct address_space *mapping, in ntfs_writepages() argument
255 struct inode *inode = mapping->host; in ntfs_writepages()
258 .inode = mapping->host, in ntfs_writepages()