Searched refs:ecryptfs_dentry_info (Results 1 – 2 of 2) sorted by relevance
307 struct ecryptfs_dentry_info { struct544 static inline struct ecryptfs_dentry_info *547 return (struct ecryptfs_dentry_info *)dentry->d_fsdata; in ecryptfs_dentry_to_private()552 struct ecryptfs_dentry_info *dentry_info) in ecryptfs_set_dentry_private()560 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry; in ecryptfs_dentry_to_lower()566 ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry = in ecryptfs_set_dentry_lower()573 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt; in ecryptfs_dentry_to_lower_mnt()579 ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt = in ecryptfs_set_dentry_lower_mnt()
543 struct ecryptfs_dentry_info *root_info; in ecryptfs_mount()693 .size = sizeof(struct ecryptfs_dentry_info),