Lines Matching refs:mapping
50 struct address_space *mapping; in ecryptfs_get_locked_page() local
55 mapping = inode->i_mapping; in ecryptfs_get_locked_page()
56 page = read_mapping_page(mapping, index, (void *)file); in ecryptfs_get_locked_page()
150 page_virt, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
169 crypt_stat->extent_size, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
206 page->mapping->host); in ecryptfs_readpage()
223 page->mapping->host); in ecryptfs_readpage()
254 struct inode *inode = page->mapping->host; in fill_zeros_to_end_of_page()
282 struct address_space *mapping, in ecryptfs_write_begin() argument
291 page = grab_cache_page_write_begin(mapping, index, flags); in ecryptfs_write_begin()
304 page, index, 0, PAGE_CACHE_SIZE, mapping->host); in ecryptfs_write_begin()
331 mapping->host); in ecryptfs_write_begin()
357 if (prev_page_end_size > i_size_read(page->mapping->host)) { in ecryptfs_write_begin()
371 if ((i_size_read(mapping->host) == prev_page_end_size) in ecryptfs_write_begin()
473 struct address_space *mapping, in ecryptfs_write_end() argument
480 struct inode *ecryptfs_inode = mapping->host; in ecryptfs_write_end()
523 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap() argument
529 inode = (struct inode *)mapping->host; in ecryptfs_bmap()