Lines Matching defs:inode

54  * @crypt_stat: Pointer to crypt_stat struct for the current inode
102 * @crypt_stat: Pointer to crypt_stat struct for the current inode
395 * @page: Page mapped from the eCryptfs inode for the file; contains
411 struct inode *ecryptfs_inode;
464 * @page: Page mapped from the eCryptfs inode for the file; data read
480 struct inode *ecryptfs_inode;
650 * @crypt_stat: The inode's cryptographic context
653 * This function propagates the mount-wide flags to individual inode
705 * @crypt_stat: The inode's cryptographic context
726 * @ecryptfs_inode: The eCryptfs inode
743 int ecryptfs_new_file_context(struct inode *ecryptfs_inode)
761 "to the inode key sigs; rc = [%d]\n", rc);
954 int ecryptfs_read_and_validate_header_region(struct inode *inode)
961 inode);
968 ecryptfs_i_size_init(file_size, inode);
1054 ecryptfs_write_metadata_to_contents(struct inode *ecryptfs_inode,
1071 struct inode *ecryptfs_inode,
1076 struct inode *lower_inode = d_inode(lower_dentry);
1107 * @ecryptfs_inode: The newly created eCryptfs inode
1118 struct inode *ecryptfs_inode)
1213 void ecryptfs_i_size_init(const char *page_virt, struct inode *inode)
1219 crypt_stat = &ecryptfs_inode_to_private(inode)->crypt_stat;
1221 &ecryptfs_superblock_to_private(inode->i_sb)->mount_crypt_stat;
1223 file_size = i_size_read(ecryptfs_inode_to_lower(inode));
1228 i_size_write(inode, (loff_t)file_size);
1293 * @ecryptfs_inode: The eCryptfs inode
1300 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode)
1324 struct inode *inode)
1331 ecryptfs_inode_to_lower(inode),
1340 ecryptfs_i_size_init(file_size, inode);
1360 struct inode *ecryptfs_inode = d_inode(ecryptfs_dentry);
1387 "file header region or xattr region, inode %lu\n",
1397 "file xattr region either, inode %lu\n",
1409 "this like an encrypted file, inode %lu\n",