Home
last modified time | relevance | path

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

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