Home | History | Annotate | Download | only in ext2fs

Lines Matching full:io_channel

51 static errcode_t dos_open(const char *dev, int flags, io_channel *channel);
52 static errcode_t dos_close(io_channel channel);
53 static errcode_t dos_set_blksize(io_channel channel, int blksize);
54 static errcode_t dos_read_blk(io_channel channel, unsigned long block,
56 static errcode_t dos_write_blk(io_channel channel, unsigned long block,
58 static errcode_t dos_flush(io_channel channel);
145 static io_channel alloc_io_channel(PARTITION *part)
147 io_channel ioch;
149 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
176 static errcode_t dos_open(const char *dev, int flags, io_channel *channel)
353 static errcode_t dos_close(io_channel channel)
361 static errcode_t dos_set_blksize(io_channel channel, int blksize)
368 static errcode_t dos_read_blk(io_channel channel, unsigned long block,
405 static errcode_t dos_write_blk(io_channel channel, unsigned long block,
448 static errcode_t dos_flush(io_channel channel)