Home
last modified time | relevance | path

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

/linux/fs/
H A Dinternal.h66 int vfs_tmpfile(struct mnt_idmap *idmap,
H A Dbacking-file.c69 error = vfs_tmpfile(real_idmap, real_parentpath, f, mode); in backing_tmpfile_open()
H A Dnamei.c3803 int vfs_tmpfile(struct mnt_idmap *idmap, in vfs_tmpfile() function
3869 error = vfs_tmpfile(idmap, parentpath, file, mode); in kernel_tmpfile_open()
3890 error = vfs_tmpfile(mnt_idmap(path.mnt), &path, file, op->mode); in do_tmpfile()