Searched defs:test_private_data (Results 1 – 1 of 1) sorted by relevance
50 struct test_private_data { struct51 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);[all …]