Home
last modified time | relevance | path

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

/Linux-v6.1/fs/overlayfs/
Dcopy_up.c960 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/
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()
/Linux-v6.1/fs/
Dnamei.c3587 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/
Dfs.h2008 const struct path *parentpath,