Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dext2_io.h74 struct struct_io_manager { struct
75 errcode_t magic;
76 const char *name;
77 errcode_t (*open)(const char *name, int flags, io_channel *channel);
78 errcode_t (*close)(io_channel channel);
79 errcode_t (*set_blksize)(io_channel channel, int blksize);
80 errcode_t (*read_blk)(io_channel channel, unsigned long block,
82 errcode_t (*write_blk)(io_channel channel, unsigned long block,
84 errcode_t (*flush)(io_channel channel);
85 errcode_t (*write_byte)(io_channel channel, unsigned long offset,
[all …]