lower_path         70 fs/ecryptfs/dentry.c 		path_put(&p->lower_path);
lower_path        264 fs/ecryptfs/ecryptfs_kernel.h 	struct path lower_path;
lower_path        515 fs/ecryptfs/ecryptfs_kernel.h 	return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry;
lower_path        521 fs/ecryptfs/ecryptfs_kernel.h 	return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt;
lower_path        527 fs/ecryptfs/ecryptfs_kernel.h 	return &((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path;
lower_path        338 fs/ecryptfs/inode.c 	dentry_info->lower_path.mnt = mntget(path->mnt);
lower_path        339 fs/ecryptfs/inode.c 	dentry_info->lower_path.dentry = lower_dentry;
lower_path        589 fs/ecryptfs/main.c 	root_info->lower_path = path;