Lines Matching refs:io_channel
64 io_channel real;
73 static errcode_t undo_open(const char *name, int flags, io_channel *channel);
74 static errcode_t undo_close(io_channel channel);
75 static errcode_t undo_set_blksize(io_channel channel, int blksize);
76 static errcode_t undo_read_blk(io_channel channel, unsigned long block,
78 static errcode_t undo_write_blk(io_channel channel, unsigned long block,
80 static errcode_t undo_flush(io_channel channel);
81 static errcode_t undo_write_byte(io_channel channel, unsigned long offset,
83 static errcode_t undo_set_option(io_channel channel, const char *option,
128 static errcode_t write_file_system_identity(io_channel undo_channel,
135 io_channel channel;
192 static errcode_t undo_write_tdb(io_channel channel,
325 static errcode_t undo_io_read_error(io_channel channel ATTR((unused)),
337 static void undo_err_handler_init(io_channel channel)
342 static errcode_t undo_open(const char *name, int flags, io_channel *channel)
344 io_channel io = NULL;
410 static errcode_t undo_close(io_channel channel)
437 static errcode_t undo_set_blksize(io_channel channel, int blksize)
458 static errcode_t undo_read_blk(io_channel channel, unsigned long block,
474 static errcode_t undo_write_blk(io_channel channel, unsigned long block,
495 static errcode_t undo_write_byte(io_channel channel, unsigned long offset,
529 static errcode_t undo_flush(io_channel channel)
544 static errcode_t undo_set_option(io_channel channel, const char *option,