Searched defs:workdir (Results 1 – 7 of 7) sorted by relevance
/linux/fs/overlayfs/ |
H A D | dir.c | 47 int ovl_cleanup(struct ovl_fs *ofs, struct dentry *workdir, in ovl_cleanup() 62 struct dentry *ovl_lookup_temp(struct ovl_fs *ofs, struct dentry *workdir) in ovl_lookup_temp() 85 struct dentry *workdir = ofs->workdir; in ovl_whiteout() local 224 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, in ovl_create_temp() 365 struct dentry *workdir = ovl_workdir(dentry); in ovl_clear_empty() local 445 struct dentry *workdir = ovl_workdir(dentry); in ovl_create_over_whiteout() local 767 struct dentry *workdir = ovl_workdir(dentry); in ovl_remove_and_whiteout() local
|
H A D | super.c | 441 static bool ovl_workdir_ok(struct dentry *workdir, struct dentry *upperdir) in ovl_workdir_ok() 558 struct dentry *workdir = ofs->workdir; in ovl_check_rename_whiteout() local 658 struct dentry *workdir; in ovl_make_workdir() local
|
H A D | ovl_entry.h | 10 char *workdir; member 69 struct dentry *workdir; member
|
H A D | copy_up.c | 588 struct dentry *workdir; member
|
H A D | inode.c | 540 struct dentry *workdir = ovl_workdir(dentry); in ovl_set_acl() local
|
H A D | util.c | 1226 int ovl_lock_rename_workdir(struct dentry *workdir, struct dentry *work, in ovl_lock_rename_workdir()
|
/linux/tools/testing/selftests/hid/ |
H A D | hid_common.h | 313 static bool match_sysfs_device(struct uhid_device *hid, const char *workdir, struct dirent *dir) in match_sysfs_device() 347 const char *workdir = "/sys/devices/virtual/misc/uhid"; in get_hid_id() local 379 const char *workdir = "/sys/devices/virtual/misc/uhid"; in get_hidraw() local
|