Home
last modified time | relevance | path

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

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