Searched refs:parentpath (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | copy_up.c | 1040 struct path parentpath; in ovl_copy_up_one() local 1063 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one() 1064 ctx.destdir = parentpath.dentry; in ovl_copy_up_one() 1067 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
|
H A D | namei.c | 1366 struct ovl_path *parentpath = &ovl_lowerstack(poe)[i]; in ovl_lower_positive() local 1369 mnt_idmap(parentpath->layer->mnt), in ovl_lower_positive() 1370 name->name, parentpath->dentry, name->len); in ovl_lower_positive()
|
/openbmc/linux/fs/cachefiles/ |
H A D | namei.c | 445 const struct path parentpath = { .mnt = cache->mnt, .dentry = fan }; in cachefiles_create_tmpfile() local 454 file = kernel_tmpfile_open(&nop_mnt_idmap, &parentpath, in cachefiles_create_tmpfile()
|
/openbmc/linux/fs/ |
H A D | namei.c | 3662 const struct path *parentpath, in vfs_tmpfile() argument 3666 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile() 3677 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile() 3680 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile() 3714 const struct path *parentpath, in kernel_tmpfile_open() argument 3725 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 1815 const struct path *parentpath,
|