Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
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()
H A Dcopy_up.c1142 struct path parentpath; in ovl_copy_up_one() local
1176 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one()
1177 ctx.destdir = parentpath.dentry; in ovl_copy_up_one()
1179 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
/linux/fs/
H A Dinternal.h67 const struct path *parentpath,
H A Dnamei.c3804 const struct path *parentpath, in vfs_tmpfile() argument
3808 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile()
3819 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
3822 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile()
3858 const struct path *parentpath, in kernel_tmpfile_open() argument
3869 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.h1959 const struct path *parentpath,