Lines Matching defs:mapping
36 static void hfsplus_write_failed(struct address_space *mapping, loff_t to)
38 struct inode *inode = mapping->host;
46 int hfsplus_write_begin(struct file *file, struct address_space *mapping,
52 ret = cont_write_begin(file, mapping, pos, len, pagep, fsdata,
54 &HFSPLUS_I(mapping->host)->phys_size);
56 hfsplus_write_failed(mapping, pos + len);
61 static sector_t hfsplus_bmap(struct address_space *mapping, sector_t block)
63 return generic_block_bmap(mapping, block, hfsplus_get_block);
68 struct inode *inode = folio->mapping->host;
130 struct address_space *mapping = file->f_mapping;
131 struct inode *inode = mapping->host;
146 hfsplus_write_failed(mapping, end);
152 static int hfsplus_writepages(struct address_space *mapping,
155 return mpage_writepages(mapping, wbc, hfsplus_get_block);