Home
last modified time | relevance | path

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

/Linux-v6.6/fs/overlayfs/
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()
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()
/Linux-v6.6/fs/cachefiles/
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()
/Linux-v6.6/fs/
Dnamei.c3670 const struct path *parentpath, in vfs_tmpfile() argument
3674 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile()
3685 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
3688 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile()
3722 const struct path *parentpath, in kernel_tmpfile_open() argument
3733 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
/Linux-v6.6/include/linux/
Dfs.h1753 const struct path *parentpath,