Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/filesystems/
Dfuse-io.rst15 FUSE_OPEN reply.
/Linux-v6.1/include/uapi/linux/
Dfuse.h507 FUSE_OPEN = 14, enumerator
/Linux-v6.1/fs/fuse/
Dfile.c132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open()