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.c44 struct test_private_data { struct
45 int magic;
46 io_channel real;
47 int flags;
48 FILE *outfile;
49 unsigned long block;
50 int read_abort_count, write_abort_count;
51 void (*read_blk)(unsigned long block, int count, errcode_t err);
52 void (*write_blk)(unsigned long block, int count, errcode_t err);
53 void (*set_blksize)(int blksize, errcode_t err);
[all …]