Lines Matching refs:file_max
247 int file_max; /* file-max size */
323 file_max = 0;
352 if (CHUNK(chunk) >= file_max) {
365 "count %d xfr %d file_max 0x%x, should be %d.",
367 xfr, file_max, zero_buf[0]);
398 "count %d xfr %d file_max 0x%x.",
400 xfr, file_max);
441 if (CHUNK(chunk) + csize > file_max)
442 file_max = CHUNK(chunk) + csize;
487 chunk = rand() % (file_max / csize);
488 file_max = CHUNK(chunk);
489 last_trunc = file_max;
491 if (ftruncate(fd, file_max) < 0) {
494 me, file_max);
498 if (truncate(test_name, file_max) < 0) {
501 me, file_max);
517 if (sb.st_size != file_max)
520 "file_max=%x.", me, sb.st_size, file_max);