Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h620 FUSE_TMPFILE = 51, enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h630 FUSE_TMPFILE = 51, enumerator
/openbmc/linux/fs/fuse/
H A Ddir.c881 err = fuse_create_open(dir, file->f_path.dentry, file, file->f_flags, mode, FUSE_TMPFILE); in fuse_tmpfile()