Home
last modified time | relevance | path

Searched refs:parentpath (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c1040 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 Dnamei.c1366 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 Dnamei.c445 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 Dnamei.c3664 const struct path *parentpath, in vfs_tmpfile() argument
3668 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile()
3679 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
3682 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile()
3716 const struct path *parentpath, in kernel_tmpfile_open() argument
3727 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
/openbmc/linux/include/linux/
H A Dfs.h1814 const struct path *parentpath,