Home
last modified time | relevance | path

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

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