Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:io_channel

28 typedef struct struct_io_channel *io_channel;
37 errcode_t (*read_error)(io_channel channel,
44 errcode_t (*write_error)(io_channel channel,
61 errcode_t (*open)(const char *name, int flags, io_channel *channel);
62 errcode_t (*close)(io_channel channel);
63 errcode_t (*set_blksize)(io_channel channel, int blksize);
64 errcode_t (*read_blk)(io_channel channel, unsigned long block,
66 errcode_t (*write_blk)(io_channel channel, unsigned long block,
68 errcode_t (*flush)(io_channel channel);
69 errcode_t (*write_byte)(io_channel channel, unsigned long offset,
71 errcode_t (*set_option)(io_channel channel, const char *option,
90 extern errcode_t io_channel_set_options(io_channel channel,
92 extern errcode_t io_channel_write_byte(io_channel channel,