Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dcopy_up.c1118 struct path parentpath; in ovl_copy_up_one() local
1141 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one()
1142 ctx.destdir = parentpath.dentry; in ovl_copy_up_one()
1144 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
H A Dnamei.c1397 struct ovl_path *parentpath = &ovl_lowerstack(poe)[i]; in ovl_lower_positive() local
1400 mnt_idmap(parentpath->layer->mnt), in ovl_lower_positive()
1401 name->name, parentpath->dentry, name->len); in ovl_lower_positive()
1419 .mnt = parentpath->layer->mnt, in ovl_lower_positive()
/linux/fs/
H A Dinternal.h66 const struct path *parentpath,
H A Dnamei.c3680 const struct path *parentpath, in vfs_tmpfile() argument
3684 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile()
3695 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
3698 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile()
3732 const struct path *parentpath, in kernel_tmpfile_open() argument
3743 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
/linux/fs/cachefiles/
H A Dnamei.c447 const struct path parentpath = { .mnt = cache->mnt, .dentry = fan }; in cachefiles_create_tmpfile() local
456 file = kernel_tmpfile_open(&nop_mnt_idmap, &parentpath, in cachefiles_create_tmpfile()
/linux/include/linux/
H A Dfs.h1898 const struct path *parentpath,