ecryptfs_dentry_info   57 fs/ecryptfs/dentry.c 		container_of(head, struct ecryptfs_dentry_info, rcu));
ecryptfs_dentry_info   68 fs/ecryptfs/dentry.c 	struct ecryptfs_dentry_info *p = dentry->d_fsdata;
ecryptfs_dentry_info  499 fs/ecryptfs/ecryptfs_kernel.h static inline struct ecryptfs_dentry_info *
ecryptfs_dentry_info  502 fs/ecryptfs/ecryptfs_kernel.h 	return (struct ecryptfs_dentry_info *)dentry->d_fsdata;
ecryptfs_dentry_info  507 fs/ecryptfs/ecryptfs_kernel.h 			    struct ecryptfs_dentry_info *dentry_info)
ecryptfs_dentry_info  515 fs/ecryptfs/ecryptfs_kernel.h 	return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry;
ecryptfs_dentry_info  521 fs/ecryptfs/ecryptfs_kernel.h 	return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt;
ecryptfs_dentry_info  527 fs/ecryptfs/ecryptfs_kernel.h 	return &((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path;
ecryptfs_dentry_info  324 fs/ecryptfs/inode.c 	struct ecryptfs_dentry_info *dentry_info;
ecryptfs_dentry_info  482 fs/ecryptfs/main.c 	struct ecryptfs_dentry_info *root_info;
ecryptfs_dentry_info  665 fs/ecryptfs/main.c 		.size = sizeof(struct ecryptfs_dentry_info),