Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cachefiles/
Dnamei.c464 path.dentry = vfs_tmpfile(&init_user_ns, fan, S_IFREG, O_RDWR); in cachefiles_create_tmpfile()
/linux-5.19.10/fs/overlayfs/
Doverlayfs.h325 struct dentry *ret = vfs_tmpfile(ovl_upper_mnt_userns(ofs), dentry, mode, 0); in ovl_do_tmpfile()
/linux-5.19.10/fs/
Dnamei.c3551 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/
Dfs.h1880 struct dentry *vfs_tmpfile(struct user_namespace *mnt_userns,