Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dcopy_up.c1141 struct path parentpath; in ovl_copy_up_one() local
1175 ovl_path_upper(parent, &parentpath); in ovl_copy_up_one()
1176 ctx.destdir = parentpath.dentry; in ovl_copy_up_one()
1178 err = vfs_getattr(&parentpath, &ctx.pstat, in ovl_copy_up_one()
H A Dnamei.c1395 struct ovl_path *parentpath = &ovl_lowerstack(poe)[i]; in ovl_lower_positive() local
1398 mnt_idmap(parentpath->layer->mnt), in ovl_lower_positive()
1399 name->name, parentpath->dentry, name->len); in ovl_lower_positive()
1417 .mnt = parentpath->layer->mnt, in ovl_lower_positive()
/linux-6.15/fs/
H A Dinternal.h67 const struct path *parentpath,
H A Dnamei.c3910 const struct path *parentpath, in vfs_tmpfile() argument
3914 struct inode *dir = d_inode(parentpath->dentry); in vfs_tmpfile()
3925 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
3928 file->f_path.mnt = parentpath->mnt; in vfs_tmpfile()
3964 const struct path *parentpath, in kernel_tmpfile_open() argument
3975 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
/linux-6.15/fs/cachefiles/
H A Dnamei.c450 const struct path parentpath = { .mnt = cache->mnt, .dentry = fan }; in cachefiles_create_tmpfile() local
459 file = kernel_tmpfile_open(&nop_mnt_idmap, &parentpath, in cachefiles_create_tmpfile()
/linux-6.15/include/linux/
H A Dfs.h2026 const struct path *parentpath,