Lines Matching defs:chunk
80 static int csize; /* chunk size */
228 int count, collide, chunk, whenmisc, xfr, i;
296 * pick random chunk, read it.
329 chunk = rand() % nchunks;
333 if (lseek64(fd, CHUNK(chunk), 0) < 0) {
337 CHUNK(chunk), errno);
342 "x, errno = %d.", me, CHUNK(chunk),
346 * If chunk beyond EOF just write on it.
351 bits[chunk / 8] |= (1 << (chunk % 8));
352 } else if ((bits[chunk / 8] & (1 << (chunk % 8))) == 0) {
368 me, CHUNK(chunk), val0,
380 bits[chunk / 8] |= (1 << (chunk % 8));
399 me, CHUNK(chunk), val,
419 CHUNK(chunk), errno);
433 CHUNK(chunk), xfr, errno);