Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtest_io.c45 struct test_private_data { struct
46 int magic;
47 io_channel real;
48 int flags;
49 FILE *outfile;
50 unsigned long block;
51 int read_abort_count, write_abort_count;
52 void (*read_blk)(unsigned long block, int count, errcode_t err);
53 void (*write_blk)(unsigned long block, int count, errcode_t err);
54 void (*set_blksize)(int blksize, errcode_t err);
[all …]