Searched refs:parentpath (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/fs/overlayfs/ |
| D | copy_up.c | 960 struct path parentpath; in ovl_copy_up_one() local 979 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one() 980 ctx.destdir = parentpath.dentry; in ovl_copy_up_one() 983 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
|
| /Linux-v6.1/fs/cachefiles/ |
| D | namei.c | 445 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()
|
| /Linux-v6.1/fs/ |
| D | namei.c | 3587 const struct path *parentpath, in vfs_tmpfile() argument 3591 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile() 3602 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile() 3605 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile() 3639 const struct path *parentpath, in vfs_tmpfile_open() argument 3647 error = vfs_tmpfile(mnt_userns, parentpath, file, mode); in vfs_tmpfile_open()
|
| /Linux-v6.1/include/linux/ |
| D | fs.h | 2008 const struct path *parentpath,
|