Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h596 FUSE_OPENDIR = 27, enumerator
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h606 FUSE_OPENDIR = 27, enumerator
/openbmc/linux/fs/fuse/
H A Dfile.c133 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open()