Searched refs:workpath (Results 1 – 2 of 2) sorted by relevance
702 const struct path *workpath) in ovl_make_workdir() argument733 err = ovl_check_d_type_supported(workpath); in ovl_make_workdir()845 const struct path *workpath) in ovl_get_workdir() argument850 if (upperpath->mnt != workpath->mnt) { in ovl_get_workdir()854 if (!ovl_workdir_ok(workpath->dentry, upperpath->dentry)) { in ovl_get_workdir()859 ofs->workbasedir = dget(workpath->dentry); in ovl_get_workdir()874 return ovl_make_workdir(sb, ofs, workpath); in ovl_get_workdir()
1536 workpath = os.path.join(local_files_dir, fname)1537 if not filecmp.cmp(origpath, workpath):