Home
last modified time | relevance | path

Searched refs:MIN_FALLOCATE_BYTES (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-fallocate.c40 MIN_FALLOCATE_BYTES, MAX_FALLOCATE_BYTES); in stress_set_fallocate_bytes()
134 fallocate_bytes = MIN_FALLOCATE_BYTES; in stress_fallocate()
138 if (fallocate_bytes < (off_t)MIN_FALLOCATE_BYTES) in stress_fallocate()
139 fallocate_bytes = (off_t)MIN_FALLOCATE_BYTES; in stress_fallocate()
H A Dstress-ng.h1558 #define MIN_FALLOCATE_BYTES (1 * MB) macro