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

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dcheck.c135 badbytes = (int64_t)boot.NumBad * boot.ClusterSize;
142 if (boot.NumBad) {
148 badstr, boot.NumBad);
154 if (boot.NumBad)
157 (intmax_t)badbytes / 1024, boot.NumBad);
H A Ddosfs.h83 u_int NumBad; /* # of bad clusters */ member in struct:bootblock
H A Dfat.c815 boot->NumFree = boot->NumBad = 0;
983 boot->NumBad++;

Completed in 112 milliseconds