Home
last modified time | relevance | path

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

/fs/overlayfs/
Dcopy_up.c963 struct path parentpath; in ovl_copy_up_one() local
986 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one()
987 ctx.destdir = parentpath.dentry; in ovl_copy_up_one()
990 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
/fs/cachefiles/
Dnamei.c445 const struct path parentpath = { .mnt = cache->mnt, .dentry = fan }; in cachefiles_create_tmpfile() local
454 file = vfs_tmpfile_open(&init_user_ns, &parentpath, S_IFREG, in cachefiles_create_tmpfile()
/fs/
Dnamei.c3657 const struct path *parentpath, in vfs_tmpfile() argument
3661 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile()
3672 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
3675 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile()
3709 const struct path *parentpath, in vfs_tmpfile_open() argument
3717 error = vfs_tmpfile(mnt_userns, parentpath, file, mode); in vfs_tmpfile_open()