Lines Matching defs:inode

251 /* inode private data. */
253 struct inode vfs_inode;
254 struct inode *wii_inode;
273 * inode comes into existence, eCryptfs copies
275 * auth_toks on the inode's crypt_stat
454 ecryptfs_inode_to_private(struct inode *inode)
456 return container_of(inode, struct ecryptfs_inode_info, vfs_inode);
459 static inline struct inode *ecryptfs_inode_to_lower(struct inode *inode)
461 return ecryptfs_inode_to_private(inode)->wii_inode;
465 ecryptfs_set_inode_lower(struct inode *inode, struct inode *lower_inode)
467 ecryptfs_inode_to_private(inode)->wii_inode = lower_inode;
545 struct inode *ecryptfs_get_inode(struct inode *lower_inode,
547 void ecryptfs_i_size_init(const char *page_virt, struct inode *inode);
549 struct inode *ecryptfs_inode);
571 int ecryptfs_write_inode_size_to_metadata(struct inode *ecryptfs_inode);
575 struct inode *ecryptfs_inode);
577 int ecryptfs_new_file_context(struct inode *ecryptfs_inode);
581 int ecryptfs_read_and_validate_header_region(struct inode *inode);
583 struct inode *inode);
596 ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode,
599 ecryptfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name,
601 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode);
653 int ecryptfs_write_lower(struct inode *ecryptfs_inode, char *data,
655 int ecryptfs_write_lower_page_segment(struct inode *ecryptfs_inode,
658 int ecryptfs_write(struct inode *inode, char *data, loff_t offset, size_t size);
660 struct inode *ecryptfs_inode);
664 struct inode *ecryptfs_inode);
665 struct page *ecryptfs_get_locked_page(struct inode *inode, loff_t index);
688 int ecryptfs_get_lower_file(struct dentry *dentry, struct inode *inode);
689 void ecryptfs_put_lower_file(struct inode *inode);