Home
last modified time | relevance | path

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

/dragonfly/sbin/fsck_msdosfs/
H A Dcheck.c118 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
125 if (boot.NumBad) { in checkfilesys()
131 badstr, boot.NumBad); in checkfilesys()
137 if (boot.NumBad) in checkfilesys()
140 (intmax_t)badbytes / 1024, boot.NumBad); in checkfilesys()
H A Ddosfs.h83 u_int NumBad; /* # of bad clusters */ member
H A Dfat.c727 boot->NumFree = boot->NumBad = 0; in readfat()
894 boot->NumBad++; in readfat()