Lines Matching refs:io_channel
222 static errcode_t nt_open(const char *name, int flags, io_channel *channel);
223 static errcode_t nt_close(io_channel channel);
224 static errcode_t nt_set_blksize(io_channel channel, int blksize);
225 static errcode_t nt_read_blk(io_channel channel, unsigned long block,
227 static errcode_t nt_write_blk(io_channel channel, unsigned long block,
229 static errcode_t nt_flush(io_channel channel);
1075 nt_open(const char *name, int flags, io_channel *channel) in nt_open()
1077 io_channel io = NULL; in nt_open()
1096 io = (io_channel) malloc(sizeof(struct struct_io_channel)); in nt_open()
1221 nt_close(io_channel channel) in nt_close()
1266 nt_set_blksize(io_channel channel, int blksize) in nt_set_blksize()
1302 nt_read_blk(io_channel channel, unsigned long block, in nt_read_blk()
1384 nt_write_blk(io_channel channel, unsigned long block, in nt_write_blk()
1462 nt_flush(io_channel channel) in nt_flush()