Lines Matching refs:boot
50 struct bootblock boot;
79 if (readboot(dosfs, &boot) == FSFATAL) {
85 if (skipclean && preen && checkdirty(dosfs, &boot)) {
96 mod |= readfat(dosfs, &boot, &fat);
132 freebytes = (int64_t)boot.NumFree * boot.ClusterSize;
133 badbytes = (int64_t)boot.NumBad * boot.ClusterSize;
140 if (boot.NumBad) {
145 boot.NumFiles, freestr, boot.NumFree,
146 badstr, boot.NumBad);
149 boot.NumFiles, freestr, boot.NumFree);
152 if (boot.NumBad)
154 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree,
155 (intmax_t)badbytes / 1024, boot.NumBad);
158 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree);