Searched defs:test_private_data (Results 1 – 1 of 1) sorted by relevance
44 struct test_private_data { struct45 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 …]