Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dcheck.c135 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
142 if (boot.NumBad) { in checkfilesys()
148 badstr, boot.NumBad); in checkfilesys()
154 if (boot.NumBad) in checkfilesys()
157 (intmax_t)badbytes / 1024, boot.NumBad); in checkfilesys()
Ddosfs.h83 u_int NumBad; /* # of bad clusters */ member
Dfat.c815 boot->NumFree = boot->NumBad = 0; in readfat()
983 boot->NumBad++; in readfat()