Lines Matching defs:mapping
290 static int jfs_writepages(struct address_space *mapping,
293 return mpage_writepages(mapping, wbc, jfs_get_block);
306 static void jfs_write_failed(struct address_space *mapping, loff_t to)
308 struct inode *inode = mapping->host;
316 static int jfs_write_begin(struct file *file, struct address_space *mapping,
322 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata,
325 jfs_write_failed(mapping, pos + len);
330 static sector_t jfs_bmap(struct address_space *mapping, sector_t block)
332 return generic_block_bmap(mapping, block, jfs_get_block);
338 struct address_space *mapping = file->f_mapping;
354 jfs_write_failed(mapping, end);