Searched refs:parentpath (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 1128 struct path parentpath; in ovl_copy_up_one() local 1162 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one() 1163 ctx.destdir = parentpath.dentry; in ovl_copy_up_one() 1165 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
|
| /linux/fs/cachefiles/ |
| H A D | namei.c | 417 const struct path parentpath = { .mnt = cache->mnt, .dentry = fan }; in cachefiles_create_tmpfile() local 426 file = kernel_tmpfile_open(&nop_mnt_idmap, &parentpath, in cachefiles_create_tmpfile()
|
| /linux/fs/ |
| H A D | namei.c | 4729 const struct path *parentpath, in vfs_tmpfile() argument 4733 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile() 4744 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile() 4747 file->__f_path.mnt = parentpath->mnt; in vfs_tmpfile() 4783 const struct path *parentpath, in kernel_tmpfile_open() argument 4794 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
|