Lines Matching refs:file_max
265 long long unsigned int file_max; /* file-max size */ variable
372 file_max = 0; in dotest()
409 if (CHUNK(chunk) >= file_max) { in dotest()
427 count, xfr, file_max); in dotest()
465 count, xfr, file_max); in dotest()
509 if (CHUNK(chunk) + csize > file_max) in dotest()
510 file_max = CHUNK(chunk) + csize; in dotest()
556 chunk = rand() % (file_max / csize); in domisc()
557 file_max = CHUNK(chunk); in domisc()
558 last_trunc = file_max; in domisc()
560 if (ftruncate(fd, file_max) < 0) { in domisc()
564 me, errno, file_max); in domisc()
568 if (truncate(test_name, file_max) < 0) { in domisc()
572 me, errno, file_max); in domisc()
590 if (sb.st_size != file_max) { in domisc()
594 (int64_t) sb.st_size, file_max); in domisc()