Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dcheck.c133 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
140 if (boot.NumBad) { in checkfilesys()
146 badstr, boot.NumBad); in checkfilesys()
152 if (boot.NumBad) in checkfilesys()
155 (intmax_t)badbytes / 1024, boot.NumBad); in checkfilesys()
H A Ddosfs.h82 u_int NumBad; /* # of bad clusters */ member
H A Dfat.c813 boot->NumFree = boot->NumBad = 0; in readfat()
981 boot->NumBad++; in readfat()