Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/
Dfuse-io.txt9 FUSE_OPEN reply.
/Linux-v5.4/include/uapi/linux/
Dfuse.h433 FUSE_OPEN = 14, enumerator
/Linux-v5.4/fs/fuse/
Dfile.c136 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open()