Lines Matching defs:test_private_data
50 struct test_private_data { struct
51 int magic;
52 io_channel real;
53 int flags;
54 FILE *outfile;
55 unsigned long block;
56 int read_abort_count, write_abort_count;
57 void (*read_blk)(unsigned long block, int count, errcode_t err);
58 void (*write_blk)(unsigned long block, int count, errcode_t err);
59 void (*set_blksize)(int blksize, errcode_t err);
60 void (*write_byte)(unsigned long block, int count, errcode_t err);
61 void (*read_blk64)(unsigned long long block, int count, errcode_t err);
62 void (*write_blk64)(unsigned long long block, int count, errcode_t err);