Lines Matching refs:mapping
267 static int jfs_writepages(struct address_space *mapping, in jfs_writepages() argument
270 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
283 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed() argument
285 struct inode *inode = mapping->host; in jfs_write_failed()
294 struct address_space *mapping, in jfs_write_begin() argument
300 ret = block_write_begin(mapping, pos, len, foliop, jfs_get_block); in jfs_write_begin()
302 jfs_write_failed(mapping, pos + len); in jfs_write_begin()
308 struct address_space *mapping, in jfs_write_end() argument
314 ret = generic_write_end(iocb, mapping, pos, len, copied, folio, fsdata); in jfs_write_end()
316 jfs_write_failed(mapping, pos + len); in jfs_write_end()
320 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap() argument
322 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap()
328 struct address_space *mapping = file->f_mapping; in jfs_direct_IO() local
344 jfs_write_failed(mapping, end); in jfs_direct_IO()