Home
last modified time | relevance | path

Searched refs:workbasedir (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c284 struct inode *dir = ofs->workbasedir->d_inode; in ovl_workdir_create()
292 work = ovl_lookup_upper(ofs, name, ofs->workbasedir, strlen(name)); in ovl_workdir_create()
686 struct dentry *d = dget(ofs->workbasedir); in ovl_create_volatile_dirty()
859 ofs->workbasedir = dget(workpath->dentry); in ovl_get_workdir()
861 if (ovl_inuse_trylock(ofs->workbasedir)) { in ovl_get_workdir()
869 err = ovl_setup_trap(sb, ofs->workbasedir, &ofs->workbasedir_trap, in ovl_get_workdir()
1271 * Checking workbasedir avoids hitting ovl_is_inuse(parent) of in ovl_check_overlapping_layers()
1274 * workbasedir. In that case, we already have their traps in in ovl_check_overlapping_layers()
1277 err = ovl_check_layer(sb, ofs, ofs->workbasedir, "workdir", in ovl_check_overlapping_layers()
H A Dovl_entry.h64 /* workbasedir is the path at workdir= mount option */
65 struct dentry *workbasedir; member
66 /* workdir is the 'work' directory under workbasedir */
H A Dparams.c761 ovl_inuse_unlock(ofs->workbasedir); in ovl_free_fs()
762 dput(ofs->workbasedir); in ovl_free_fs()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dovl_entry.h64 /* workbasedir is the path at workdir= mount option */
65 struct dentry *workbasedir; member
66 /* workdir is the 'work' directory under workbasedir */
H A Dsuper.c232 ovl_inuse_unlock(ofs->workbasedir); in ovl_free_fs()
233 dput(ofs->workbasedir); in ovl_free_fs()
717 struct inode *dir = ofs->workbasedir->d_inode; in ovl_workdir_create()
725 work = lookup_one_len(name, ofs->workbasedir, strlen(name)); in ovl_workdir_create()
1268 struct dentry *d = dget(ofs->workbasedir); in ovl_create_volatile_dirty()
1419 ofs->workbasedir = dget(workpath.dentry); in ovl_get_workdir()
1421 if (ovl_inuse_trylock(ofs->workbasedir)) { in ovl_get_workdir()
1429 err = ovl_setup_trap(sb, ofs->workbasedir, &ofs->workbasedir_trap, in ovl_get_workdir()
1815 * Checking workbasedir avoids hitting ovl_is_inuse(parent) of in ovl_check_overlapping_layers()
1818 * workbasedir in ovl_check_overlapping_layers()
[all...]

Completed in 7 milliseconds