Lines Matching defs:ecryptfs_inode

411 	struct inode *ecryptfs_inode;
419 ecryptfs_inode = page->mapping->host;
421 &(ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat);
445 rc = ecryptfs_write_lower(ecryptfs_inode, enc_extent_virt, lower_offset,
480 struct inode *ecryptfs_inode;
487 ecryptfs_inode = page->mapping->host;
489 &(ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat);
495 ecryptfs_inode);
726 * @ecryptfs_inode: The eCryptfs inode
743 int ecryptfs_new_file_context(struct inode *ecryptfs_inode)
746 &ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat;
749 ecryptfs_inode->i_sb)->mount_crypt_stat;
1054 ecryptfs_write_metadata_to_contents(struct inode *ecryptfs_inode,
1059 rc = ecryptfs_write_lower(ecryptfs_inode, virt,
1071 struct inode *ecryptfs_inode,
1086 if (!rc && ecryptfs_inode)
1087 fsstack_copy_attr_all(ecryptfs_inode, lower_inode);
1107 * @ecryptfs_inode: The newly created eCryptfs inode
1118 struct inode *ecryptfs_inode)
1121 &ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat;
1158 rc = ecryptfs_write_metadata_to_xattr(ecryptfs_dentry, ecryptfs_inode,
1161 rc = ecryptfs_write_metadata_to_contents(ecryptfs_inode, virt,
1293 * @ecryptfs_inode: The eCryptfs inode
1300 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode)
1303 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry;
1308 ecryptfs_inode_to_lower(ecryptfs_inode),
1360 struct inode *ecryptfs_inode = d_inode(ecryptfs_dentry);
1362 &ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat;
1376 ecryptfs_inode);
1384 rc = ecryptfs_read_xattr_region(page_virt, ecryptfs_inode);
1388 ecryptfs_inode->i_ino);
1398 ecryptfs_inode->i_ino);
1410 ecryptfs_inode->i_ino);