Searched refs:FUSE_OPEN (Results 1 – 4 of 4) sorted by relevance
15 FUSE_OPEN reply.
584 FUSE_OPEN = 14, enumerator
594 FUSE_OPEN = 14, enumerator
133 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open()