Lines Matching refs:mapping
134 page_virt, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
156 crypt_stat->extent_size, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
183 &ecryptfs_inode_to_private(page->mapping->host)->crypt_stat; in ecryptfs_readpage()
189 page->mapping->host); in ecryptfs_readpage()
206 page->mapping->host); in ecryptfs_readpage()
237 struct inode *inode = page->mapping->host; in fill_zeros_to_end_of_page()
265 struct address_space *mapping, in ecryptfs_write_begin() argument
274 page = grab_cache_page_write_begin(mapping, index, flags); in ecryptfs_write_begin()
282 &ecryptfs_inode_to_private(mapping->host)->crypt_stat; in ecryptfs_write_begin()
286 page, index, 0, PAGE_SIZE, mapping->host); in ecryptfs_write_begin()
313 mapping->host); in ecryptfs_write_begin()
325 >= i_size_read(page->mapping->host)) { in ecryptfs_write_begin()
345 if (prev_page_end_size > i_size_read(page->mapping->host)) { in ecryptfs_write_begin()
359 if ((i_size_read(mapping->host) == prev_page_end_size) in ecryptfs_write_begin()
463 struct address_space *mapping, in ecryptfs_write_end() argument
470 struct inode *ecryptfs_inode = mapping->host; in ecryptfs_write_end()
525 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap() argument
531 inode = (struct inode *)mapping->host; in ecryptfs_bmap()