Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/overlayfs/
A Dcopy_up.c998 struct path parentpath; in ovl_copy_up_one() local
1021 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one()
1022 ctx.destdir = parentpath.dentry; in ovl_copy_up_one()
1025 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
/linux-6.3-rc2/fs/cachefiles/
A Dnamei.c445 const struct path parentpath = { .mnt = cache->mnt, .dentry = fan }; in cachefiles_create_tmpfile() local
454 file = vfs_tmpfile_open(&nop_mnt_idmap, &parentpath, S_IFREG, in cachefiles_create_tmpfile()
/linux-6.3-rc2/fs/
A Dnamei.c3590 const struct path *parentpath, in vfs_tmpfile() argument
3594 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile()
3605 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
3608 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile()
3642 const struct path *parentpath, in vfs_tmpfile_open() argument
3650 error = vfs_tmpfile(idmap, parentpath, file, mode); in vfs_tmpfile_open()
/linux-6.3-rc2/include/linux/
A Dfs.h1659 const struct path *parentpath,

Completed in 29 milliseconds