Searched refs:parentpath (Results 1 – 5 of 5) sorted by relevance
| /fs/overlayfs/ |
| A D | copy_up.c | 1141 struct path parentpath; in ovl_copy_up_one() local 1175 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one() 1176 ctx.destdir = parentpath.dentry; in ovl_copy_up_one() 1178 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
|
| A D | namei.c | 1442 struct ovl_path *parentpath = &ovl_lowerstack(poe)[i]; in ovl_lower_positive() local 1450 mnt_idmap(parentpath->layer->mnt), in ovl_lower_positive() 1452 parentpath->dentry); in ovl_lower_positive() 1470 .mnt = parentpath->layer->mnt, in ovl_lower_positive()
|
| /fs/cachefiles/ |
| A D | namei.c | 450 const struct path parentpath = { .mnt = cache->mnt, .dentry = fan }; in cachefiles_create_tmpfile() local 459 file = kernel_tmpfile_open(&nop_mnt_idmap, &parentpath, in cachefiles_create_tmpfile()
|
| /fs/ |
| A D | internal.h | 67 const struct path *parentpath,
|
| A D | namei.c | 3917 const struct path *parentpath, in vfs_tmpfile() argument 3921 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile() 3932 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile() 3935 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile() 3971 const struct path *parentpath, in kernel_tmpfile_open() argument 3982 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
|
Completed in 21 milliseconds