Lines Matching refs:mapping
135 page_virt, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
157 crypt_stat->extent_size, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
184 &ecryptfs_inode_to_private(page->mapping->host)->crypt_stat; in ecryptfs_readpage()
190 page->mapping->host); in ecryptfs_readpage()
207 page->mapping->host); in ecryptfs_readpage()
238 struct inode *inode = page->mapping->host; in fill_zeros_to_end_of_page()
266 struct address_space *mapping, in ecryptfs_write_begin() argument
275 page = grab_cache_page_write_begin(mapping, index, flags); in ecryptfs_write_begin()
283 &ecryptfs_inode_to_private(mapping->host)->crypt_stat; in ecryptfs_write_begin()
287 page, index, 0, PAGE_SIZE, mapping->host); in ecryptfs_write_begin()
314 mapping->host); in ecryptfs_write_begin()
326 >= i_size_read(page->mapping->host)) { in ecryptfs_write_begin()
346 if (prev_page_end_size > i_size_read(page->mapping->host)) { in ecryptfs_write_begin()
360 if ((i_size_read(mapping->host) == prev_page_end_size) in ecryptfs_write_begin()
464 struct address_space *mapping, in ecryptfs_write_end() argument
471 struct inode *ecryptfs_inode = mapping->host; in ecryptfs_write_end()
526 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap() argument
528 struct inode *lower_inode = ecryptfs_inode_to_lower(mapping->host); in ecryptfs_bmap()