Home
last modified time | relevance | path

Searched defs:struct_io_manager (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dext2_io.h58 struct struct_io_manager { struct
59 errcode_t magic;
60 const char *name;
61 errcode_t (*open)(const char *name, int flags, io_channel *channel);
62 errcode_t (*close)(io_channel channel);
63 errcode_t (*set_blksize)(io_channel channel, int blksize);
64 errcode_t (*read_blk)(io_channel channel, unsigned long block,
66 errcode_t (*write_blk)(io_channel channel, unsigned long block,
68 errcode_t (*flush)(io_channel channel);
69 errcode_t (*write_byte)(io_channel channel, unsigned long offset,
[all …]