Searched refs:fuse_custom_io (Results 1 – 4 of 4) sorted by relevance
48 struct fuse_custom_io *io;
3110 int fuse_session_custom_io(struct fuse_session *se, const struct fuse_custom_io *io,3132 se->io = malloc(sizeof(struct fuse_custom_io));
130 struct fuse_custom_io { struct2050 const struct fuse_custom_io *io, int fd);
308 const struct fuse_custom_io io = { in main()