Lines Matching refs:mapping
148 page_virt, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
170 crypt_stat->extent_size, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
197 &ecryptfs_inode_to_private(page->mapping->host)->crypt_stat; in ecryptfs_readpage()
203 page->mapping->host); in ecryptfs_readpage()
220 page->mapping->host); in ecryptfs_readpage()
251 struct inode *inode = page->mapping->host; in fill_zeros_to_end_of_page()
279 struct address_space *mapping, in ecryptfs_write_begin() argument
288 page = grab_cache_page_write_begin(mapping, index, flags); in ecryptfs_write_begin()
296 &ecryptfs_inode_to_private(mapping->host)->crypt_stat; in ecryptfs_write_begin()
300 page, index, 0, PAGE_SIZE, mapping->host); in ecryptfs_write_begin()
327 mapping->host); in ecryptfs_write_begin()
339 >= i_size_read(page->mapping->host)) { in ecryptfs_write_begin()
359 if (prev_page_end_size > i_size_read(page->mapping->host)) { in ecryptfs_write_begin()
373 if ((i_size_read(mapping->host) == prev_page_end_size) in ecryptfs_write_begin()
479 struct address_space *mapping, in ecryptfs_write_end() argument
486 struct inode *ecryptfs_inode = mapping->host; in ecryptfs_write_end()
541 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap() argument
547 inode = (struct inode *)mapping->host; in ecryptfs_bmap()