workpath         1077 fs/overlayfs/super.c 			    struct path *workpath)
workpath         1102 fs/overlayfs/super.c 	err = ovl_check_d_type_supported(workpath);
workpath         1160 fs/overlayfs/super.c 	struct path workpath = { };
workpath         1162 fs/overlayfs/super.c 	err = ovl_mount_dir(ofs->config.workdir, &workpath);
workpath         1167 fs/overlayfs/super.c 	if (upperpath->mnt != workpath.mnt) {
workpath         1171 fs/overlayfs/super.c 	if (!ovl_workdir_ok(workpath.dentry, upperpath->dentry)) {
workpath         1176 fs/overlayfs/super.c 	ofs->workbasedir = dget(workpath.dentry);
workpath         1191 fs/overlayfs/super.c 	err = ovl_make_workdir(sb, ofs, &workpath);
workpath         1194 fs/overlayfs/super.c 	path_put(&workpath);