HomeSort by relevance Sort by last modified time
    Searched refs:FILE_ALLOC_BLOCK (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fileset.h 54 #define FILE_ALLOC_BLOCK (off64_t)(1024 * 1024)
fileset.c 379 if ((buf = (char *)malloc(FILE_ALLOC_BLOCK)) == NULL) {
390 * Write FILE_ALLOC_BLOCK's worth,
393 wsize = MIN(entry->fse_size - seek, FILE_ALLOC_BLOCK);
    [all...]

Completed in 60 milliseconds