Home
last modified time | relevance | path

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

/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h40 struct struct_io_channel { struct
41 errcode_t magic;
42 io_manager manager;
43 char *name;
44 int block_size;
45 errcode_t (*read_error)(io_channel channel,
52 errcode_t (*write_error)(io_channel channel,
59 int refcount;
60 int flags;
61 long reserved[14];
[all …]