Home
last modified time | relevance | path

Searched refs:fuse_custom_io (Results 1 – 4 of 4) sorted by relevance

/third_party/libfuse/lib/
Dfuse_i.h48 struct fuse_custom_io *io;
Dfuse_lowlevel.c3110 int fuse_session_custom_io(struct fuse_session *se, const struct fuse_custom_io *io,
3132 se->io = malloc(sizeof(struct fuse_custom_io));
/third_party/libfuse/include/
Dfuse_lowlevel.h130 struct fuse_custom_io { struct
2050 const struct fuse_custom_io *io, int fd);
/third_party/libfuse/example/
Dhello_ll_uds.c308 const struct fuse_custom_io io = { in main()