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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
stats.h 65 uint64_t fs_bytes; /* Number of bytes */ member in struct:flowstats
stats.c 334 ((iostat->fs_bytes + aiostat->fs_bytes) / (1024 * 1024)) /
432 a->fs_bytes += b->fs_bytes;
519 (flowop->fo_stats.fs_bytes / (1024 * 1024)) /
562 (flowop->fo_stats.fs_bytes / (1024 * 1024)) /
588 ((iostat->fs_bytes + aiostat->fs_bytes) / (1024 * 1024)) /
642 (flowop->fo_stats.fs_bytes / (1024 * 1024)) /
669 ((iostat->fs_bytes + aiostat->fs_bytes) / (1024 * 1024))
    [all...]
fileset.h 141 off64_t fs_bytes; /* Total space consumed by files */ member in struct:fileset
fileset.c     [all...]
flowop.c 225 flowop->fo_stats.fs_bytes += bytes;
230 controlstats.fs_bytes += bytes;
    [all...]
flowop_library.c 1012 * Note that fs_bytes is already the sum of fs_rbytes
1015 bytes = flowop->fo_targets->fo_stats.fs_bytes;
    [all...]

Completed in 240 milliseconds