Home
last modified time | relevance | path

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

/src/sbin/fsck_msdosfs/ !
H A Dcheck.c56 int64_t badbytes; in checkfilesys() local
133 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
141 humanize_number(badstr, sizeof(badstr), badbytes, "", in checkfilesys()
155 (intmax_t)badbytes / 1024, boot.NumBad); in checkfilesys()