lowerpath         388 fs/overlayfs/copy_up.c 	struct path lowerpath;
lowerpath         461 fs/overlayfs/copy_up.c 	err = ovl_copy_xattr(c->lowerpath.dentry, temp);
lowerpath         473 fs/overlayfs/copy_up.c 		err = ovl_set_origin(c->dentry, c->lowerpath.dentry, temp);
lowerpath         561 fs/overlayfs/copy_up.c 		err = ovl_create_index(c->dentry, c->lowerpath.dentry, temp);
lowerpath         673 fs/overlayfs/copy_up.c 		err = ovl_get_index_name(c->lowerpath.dentry, &c->destname);
lowerpath         802 fs/overlayfs/copy_up.c 	ovl_path_lower(dentry, &ctx.lowerpath);
lowerpath         803 fs/overlayfs/copy_up.c 	err = vfs_getattr(&ctx.lowerpath, &ctx.stat,
lowerpath         827 fs/overlayfs/copy_up.c 		ctx.link = vfs_get_link(ctx.lowerpath.dentry, &done);
lowerpath         291 fs/overlayfs/export.c 				       struct ovl_path *lowerpath,
lowerpath         294 fs/overlayfs/export.c 	struct dentry *lower = lowerpath ? lowerpath->dentry : NULL;
lowerpath         300 fs/overlayfs/export.c 		.lowerpath = lowerpath,
lowerpath         330 fs/overlayfs/export.c 			oe->lowerstack->layer = lowerpath->layer;
lowerpath         654 fs/overlayfs/export.c 				     struct ovl_path *lowerpath,
lowerpath         659 fs/overlayfs/export.c 	struct ovl_layer *layer = upper ? &upper_layer : lowerpath->layer;
lowerpath         660 fs/overlayfs/export.c 	struct dentry *real = upper ?: (index ?: lowerpath->dentry);
lowerpath         667 fs/overlayfs/export.c 		return ovl_obtain_alias(sb, upper, lowerpath, index);
lowerpath         878 fs/overlayfs/inode.c 	struct ovl_path *lowerpath = oip->lowerpath;
lowerpath         881 fs/overlayfs/inode.c 	struct dentry *lowerdentry = lowerpath ? lowerpath->dentry : NULL;
lowerpath         884 fs/overlayfs/inode.c 	int fsid = bylower ? lowerpath->layer->fsid : 0;
lowerpath         935 fs/overlayfs/inode.c 		fsid = lowerpath->layer->fsid;
lowerpath        1071 fs/overlayfs/namei.c 			.lowerpath = stack,
lowerpath         368 fs/overlayfs/overlayfs.h 	struct ovl_path *lowerpath;