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 251 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, in ovl_create_temp() 392 struct dentry *workdir = ovl_workdir(dentry); in ovl_clear_empty() local 472 struct dentry *workdir = ovl_workdir(dentry); in ovl_create_over_whiteout() local 794 struct dentry *workdir = ovl_workdir(dentry); in ovl_remove_and_whiteout() local
|
H A D | super.c | 451 static bool ovl_workdir_ok(struct dentry *workdir, struct dentry *upperdir) in ovl_workdir_ok() 568 struct dentry *workdir = ofs->workdir; in ovl_check_rename_whiteout() local 668 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 match_sysfs_device(struct uhid_device * hid,const char * workdir,struct dirent * dir) match_sysfs_device() argument 347 const char *workdir = "/sys/devices/virtual/misc/uhid"; get_hid_id() local 379 const char *workdir = "/sys/devices/virtual/misc/uhid"; get_hidraw() local
|