Lines Matching defs:ecryptfs_inode

437 	struct inode *ecryptfs_inode;
445 ecryptfs_inode = page->mapping->host;
447 &(ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat);
471 rc = ecryptfs_write_lower(ecryptfs_inode, enc_extent_virt, lower_offset,
506 struct inode *ecryptfs_inode;
513 ecryptfs_inode = page->mapping->host;
515 &(ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat);
521 ecryptfs_inode);
753 * @ecryptfs_inode: The eCryptfs inode
770 int ecryptfs_new_file_context(struct inode *ecryptfs_inode)
773 &ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat;
776 ecryptfs_inode->i_sb)->mount_crypt_stat;
1081 ecryptfs_write_metadata_to_contents(struct inode *ecryptfs_inode,
1086 rc = ecryptfs_write_lower(ecryptfs_inode, virt,
1098 struct inode *ecryptfs_inode,
1113 if (!rc && ecryptfs_inode)
1114 fsstack_copy_attr_all(ecryptfs_inode, lower_inode);
1134 * @ecryptfs_inode: The newly created eCryptfs inode
1145 struct inode *ecryptfs_inode)
1148 &ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat;
1185 rc = ecryptfs_write_metadata_to_xattr(ecryptfs_dentry, ecryptfs_inode,
1188 rc = ecryptfs_write_metadata_to_contents(ecryptfs_inode, virt,
1320 * @ecryptfs_inode: The eCryptfs inode
1327 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode)
1330 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry;
1335 ecryptfs_inode_to_lower(ecryptfs_inode),
1387 struct inode *ecryptfs_inode = d_inode(ecryptfs_dentry);
1389 &ecryptfs_inode_to_private(ecryptfs_inode)->crypt_stat;
1403 ecryptfs_inode);
1411 rc = ecryptfs_read_xattr_region(page_virt, ecryptfs_inode);
1415 ecryptfs_inode->i_ino);
1425 ecryptfs_inode->i_ino);
1437 ecryptfs_inode->i_ino);