Lines Matching refs:mapping
171 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages() argument
174 return mpage_writepages(mapping, wbc, hpfs_get_block); in hpfs_writepages()
177 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed() argument
179 struct inode *inode = mapping->host; in hpfs_write_failed()
192 struct address_space *mapping, in hpfs_write_begin() argument
198 ret = cont_write_begin(iocb, mapping, pos, len, foliop, fsdata, in hpfs_write_begin()
200 &hpfs_i(mapping->host)->mmu_private); in hpfs_write_begin()
202 hpfs_write_failed(mapping, pos + len); in hpfs_write_begin()
208 struct address_space *mapping, in hpfs_write_end() argument
212 struct inode *inode = mapping->host; in hpfs_write_end()
214 err = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in hpfs_write_end()
216 hpfs_write_failed(mapping, pos + len); in hpfs_write_end()
226 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap() argument
228 return generic_block_bmap(mapping, block, hpfs_get_block); in _hpfs_bmap()