Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:io_channel

52 	io_channel real;
65 static errcode_t test_open(const char *name, int flags, io_channel *channel);
66 static errcode_t test_close(io_channel channel);
67 static errcode_t test_set_blksize(io_channel channel, int blksize);
68 static errcode_t test_read_blk(io_channel channel, unsigned long block,
70 static errcode_t test_write_blk(io_channel channel, unsigned long block,
72 static errcode_t test_read_blk64(io_channel channel, unsigned long long block,
74 static errcode_t test_write_blk64(io_channel channel, unsigned long long block,
76 static errcode_t test_flush(io_channel channel);
77 static errcode_t test_write_byte(io_channel channel, unsigned long offset,
79 static errcode_t test_set_option(io_channel channel, const char *option,
81 static errcode_t test_get_stats(io_channel channel, io_stats *stats);
82 static errcode_t test_discard(io_channel channel, unsigned long long block,
133 static void test_dump_block(io_channel channel,
153 static void test_abort(io_channel channel, unsigned long block)
190 static errcode_t test_open(const char *name, int flags, io_channel *channel)
192 io_channel io = NULL;
271 static errcode_t test_close(io_channel channel)
296 static errcode_t test_set_blksize(io_channel channel, int blksize)
320 static errcode_t test_read_blk(io_channel channel, unsigned long block,
347 static errcode_t test_write_blk(io_channel channel, unsigned long block,
374 static errcode_t test_read_blk64(io_channel channel, unsigned long long block,
401 static errcode_t test_write_blk64(io_channel channel, unsigned long long block,
428 static errcode_t test_write_byte(io_channel channel, unsigned long offset,
452 static errcode_t test_flush(io_channel channel)
471 static errcode_t test_set_option(io_channel channel, const char *option,
498 static errcode_t test_get_stats(io_channel channel, io_stats *stats)
513 static errcode_t test_discard(io_channel channel, unsigned long long block,