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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dcheck.c58 int64_t badbytes; local
135 badbytes = (int64_t)boot.NumBad * boot.ClusterSize;
143 humanize_number(badstr, sizeof(badstr), badbytes, "",
157 (intmax_t)badbytes / 1024, boot.NumBad);

Completed in 66 milliseconds