Lines Matching refs:address_space
192 struct address_space *bd_mapping = bd_inode->i_mapping; in __find_get_block_slow()
541 int sync_mapping_buffers(struct address_space *mapping) in sync_mapping_buffers()
543 struct address_space *buffer_mapping = mapping->private_data; in sync_mapping_buffers()
572 struct address_space *mapping = inode->i_mapping; in mark_buffer_dirty_inode()
573 struct address_space *buffer_mapping = bh->b_page->mapping; in mark_buffer_dirty_inode()
600 void __set_page_dirty(struct page *page, struct address_space *mapping, in __set_page_dirty()
644 struct address_space *mapping = page_mapping(page); in __set_page_dirty_buffers()
702 struct address_space *mapping; in fsync_buffers_list()
789 struct address_space *mapping = &inode->i_data; in invalidate_inode_buffers()
791 struct address_space *buffer_mapping = mapping->private_data; in invalidate_inode_buffers()
812 struct address_space *mapping = &inode->i_data; in remove_inode_buffers()
814 struct address_space *buffer_mapping = mapping->private_data; in remove_inode_buffers()
1131 struct address_space *mapping = NULL; in mark_buffer_dirty()
1189 struct address_space *buffer_mapping = bh->b_page->mapping; in __bforget()
1637 struct address_space *bd_mapping = bd_inode->i_mapping; in clean_bdev_aliases()
2137 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin()
2160 int block_write_end(struct file *file, struct address_space *mapping, in block_write_end()
2196 int generic_write_end(struct file *file, struct address_space *mapping, in generic_write_end()
2379 struct address_space *mapping = inode->i_mapping; in generic_cont_expand_simple()
2401 static int cont_expand_zero(struct file *file, struct address_space *mapping, in cont_expand_zero()
2477 int cont_write_begin(struct file *file, struct address_space *mapping, in cont_write_begin()
2605 int nobh_write_begin(struct address_space *mapping, in nobh_write_begin()
2746 int nobh_write_end(struct file *file, struct address_space *mapping, in nobh_write_end()
2823 int nobh_truncate_page(struct address_space *mapping, in nobh_truncate_page()
2901 int block_truncate_page(struct address_space *mapping, in block_truncate_page()
3013 sector_t generic_block_bmap(struct address_space *mapping, sector_t block, in generic_block_bmap()
3255 struct address_space * const mapping = page->mapping; in try_to_free_buffers()