Searched refs:total_bytes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c314 u_longlong_t total_bytes; local
317 total_bytes = number * blk_sz;
323 while ((total_bytes >= 1024) && (*uom != 'E')) {
325 save = total_bytes;
326 total_bytes = total_bytes / 1024;
335 (void) sprintf(buf, "%llu %cB", total_bytes, *uom);

Completed in 20 milliseconds