Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Doverlayfs.h236 struct dentry *ret = vfs_tmpfile(dentry, mode, 0); in ovl_do_tmpfile()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c3355 struct dentry *vfs_tmpfile(struct dentry *dentry, umode_t mode, int open_flag) in vfs_tmpfile() function
3394 EXPORT_SYMBOL(vfs_tmpfile);
3408 child = vfs_tmpfile(path.dentry, op->mode, op->open_flag); in do_tmpfile()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1787 extern struct dentry *vfs_tmpfile(struct dentry *dentry, umode_t mode,