Lines Matching refs:errcode_t
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,
108 errcode_t set_undo_io_backing_manager(io_manager manager)
117 errcode_t set_undo_io_backup_file(char *file_name)
128 static errcode_t write_file_system_identity(io_channel undo_channel,
131 errcode_t retval;
174 static errcode_t write_block_size(TDB_CONTEXT *tdb, int block_size)
176 errcode_t retval;
192 static errcode_t undo_write_tdb(io_channel channel,
198 errcode_t retval = 0;
325 static errcode_t undo_io_read_error(io_channel channel ATTR((unused)),
331 errcode_t error ATTR((unused)))
342 static errcode_t undo_open(const char *name, int flags, io_channel *channel)
346 errcode_t retval;
410 static errcode_t undo_close(io_channel channel)
413 errcode_t retval = 0;
437 static errcode_t undo_set_blksize(io_channel channel, int blksize)
440 errcode_t retval = 0;
458 static errcode_t undo_read_blk(io_channel channel, unsigned long block,
461 errcode_t retval = 0;
474 static errcode_t undo_write_blk(io_channel channel, unsigned long block,
478 errcode_t retval = 0;
495 static errcode_t undo_write_byte(io_channel channel, unsigned long offset,
499 errcode_t retval = 0;
529 static errcode_t undo_flush(io_channel channel)
531 errcode_t retval = 0;
544 static errcode_t undo_set_option(io_channel channel, const char *option,
547 errcode_t retval = 0;