ecryptfs_dentry_info  494 fs/ecryptfs/ecryptfs_kernel.h static inline struct ecryptfs_dentry_info *
ecryptfs_dentry_info  497 fs/ecryptfs/ecryptfs_kernel.h 	return (struct ecryptfs_dentry_info *)dentry->d_fsdata;
ecryptfs_dentry_info  510 fs/ecryptfs/ecryptfs_kernel.h 	return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry;
ecryptfs_dentry_info  516 fs/ecryptfs/ecryptfs_kernel.h 	((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry =
ecryptfs_dentry_info  523 fs/ecryptfs/ecryptfs_kernel.h 	return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt;
ecryptfs_dentry_info  529 fs/ecryptfs/ecryptfs_kernel.h 	((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt =
ecryptfs_dentry_info  607 fs/ecryptfs/main.c 		.size = sizeof(struct ecryptfs_dentry_info),