Lines Matching refs:mapping
290 static int jfs_writepages(struct address_space *mapping, in jfs_writepages() argument
293 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages()
301 static int jfs_readpages(struct file *file, struct address_space *mapping, in jfs_readpages() argument
304 return mpage_readpages(mapping, pages, nr_pages, jfs_get_block); in jfs_readpages()
307 static void jfs_write_failed(struct address_space *mapping, loff_t to) in jfs_write_failed() argument
309 struct inode *inode = mapping->host; in jfs_write_failed()
317 static int jfs_write_begin(struct file *file, struct address_space *mapping, in jfs_write_begin() argument
323 ret = nobh_write_begin(mapping, pos, len, flags, pagep, fsdata, in jfs_write_begin()
326 jfs_write_failed(mapping, pos + len); in jfs_write_begin()
331 static sector_t jfs_bmap(struct address_space *mapping, sector_t block) in jfs_bmap() argument
333 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap()
339 struct address_space *mapping = file->f_mapping; in jfs_direct_IO() local
355 jfs_write_failed(mapping, end); in jfs_direct_IO()