Lines Matching defs:chunk
72 static int csize; /* chunk size */
215 int count, collide, chunk, whenmisc, xfr, i;
286 * pick random chunk, read it.
316 chunk = rand() % nchunks;
320 if (lseek(fd, CHUNK(chunk), 0) < 0) {
324 me, CHUNK(chunk), errno);
330 me, CHUNK(chunk), errno);
333 * If chunk beyond EOF just write on it.
338 bits[chunk / 8] |= (1 << (chunk % 8));
339 } else if ((bits[chunk / 8] & (1 << (chunk % 8))) == 0) {
353 me, CHUNK(chunk), val0,
365 bits[chunk / 8] |= (1 << (chunk % 8));
382 me, CHUNK(chunk), val,
402 me, CHUNK(chunk), errno);
416 me, CHUNK(chunk), xfr, errno);