Home
last modified time | relevance | path

Searched refs:workpath (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Dsuper.c702 const struct path *workpath) in ovl_make_workdir() argument
733 err = ovl_check_d_type_supported(workpath); in ovl_make_workdir()
845 const struct path *workpath) in ovl_get_workdir() argument
850 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()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py1536 workpath = os.path.join(local_files_dir, fname)
1537 if not filecmp.cmp(origpath, workpath):