Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:io_channel

223 static errcode_t nt_open(const char *name, int flags, io_channel *channel);
224 static errcode_t nt_close(io_channel channel);
225 static errcode_t nt_set_blksize(io_channel channel, int blksize);
226 static errcode_t nt_read_blk(io_channel channel, unsigned long block,
228 static errcode_t nt_write_blk(io_channel channel, unsigned long block,
230 static errcode_t nt_flush(io_channel channel);
1076 nt_open(const char *name, int flags, io_channel *channel)
1078 io_channel io = NULL;
1097 io = (io_channel) malloc(sizeof(struct struct_io_channel));
1222 nt_close(io_channel channel)
1267 nt_set_blksize(io_channel channel, int blksize)
1303 nt_read_blk(io_channel channel, unsigned long block,
1385 nt_write_blk(io_channel channel, unsigned long block,
1463 nt_flush(io_channel channel)