Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c1237 u_int64_t totalblockswrite, totaltransfersfree, totalblocksfree; in devstat_compute_statistics() local
1271 totalblockswrite = totalbyteswrite; in devstat_compute_statistics()
1277 totalblockswrite /= current->block_size; in devstat_compute_statistics()
1282 totalblockswrite /= 512; in devstat_compute_statistics()
1362 *destu64 = totalblockswrite; in devstat_compute_statistics()
1481 *destld = totalblockswrite; in devstat_compute_statistics()