act.c | 59 static unsigned int num_read_blocks; variable 83 unsigned int num_read_blocks; member in struct:act_options 134 .off1 = offsetof(struct act_options, num_read_blocks), 200 if (act_add_opt("bs=%u", num_read_blocks * 512)) 203 const int rsize = write_size / (num_read_blocks * 512);
|