Searched defs:io_channel (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h28 typedef struct struct_io_channel *io_channel; typedef in typeref:struct:struct_io_channel
38 errcode_t (*read_error)(io_channel channel,
45 errcode_t (*write_error)(io_channel channel,
69 errcode_t (*open)(const char *name, int flags, io_channel *channel);
70 errcode_t (*close)(io_channel channel);
71 errcode_t (*set_blksize)(io_channel channel, int blksize);
72 errcode_t (*read_blk)(io_channel channel, unsigned long block,
74 errcode_t (*write_blk)(io_channel channel, unsigned long block,
76 errcode_t (*flush)(io_channel channel);
77 errcode_t (*write_byte)(io_channel channe
[all...]

Completed in 74 milliseconds