Searched refs:vfs_tmpfile (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/fs/cachefiles/ |
D | namei.c | 464 path.dentry = vfs_tmpfile(&init_user_ns, fan, S_IFREG, O_RDWR); in cachefiles_create_tmpfile()
|
/linux-5.19.10/fs/overlayfs/ |
D | overlayfs.h | 325 struct dentry *ret = vfs_tmpfile(ovl_upper_mnt_userns(ofs), dentry, mode, 0); in ovl_do_tmpfile()
|
/linux-5.19.10/fs/ |
D | namei.c | 3551 struct dentry *vfs_tmpfile(struct user_namespace *mnt_userns, in vfs_tmpfile() function 3591 EXPORT_SYMBOL(vfs_tmpfile); 3607 child = vfs_tmpfile(mnt_userns, path.dentry, op->mode, op->open_flag); in do_tmpfile()
|
/linux-5.19.10/include/linux/ |
D | fs.h | 1880 struct dentry *vfs_tmpfile(struct user_namespace *mnt_userns,
|