Searched refs:FATsecs (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sbin/fsck_msdosfs/
H A Dboot.c81 boot->FATsecs = boot->bpbFATsmall;
86 boot->FATsecs = block[36] + (block[37] << 8)
181 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs -
214 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4;
217 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2;
220 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3;
226 boot->NumClusters, boot->FATsecs);
H A Ddosfs.h71 u_int32_t FATsecs; /* how many sectors are in FAT */ member in struct:bootblock
H A Dfat.c169 *buffer = malloc(len = boot->FATsecs * boot->bpbBytesPerSec);
175 off = boot->bpbResSectors + no * boot->FATsecs;
183 if ((size_t)read(fs, *buffer, boot->FATsecs * boot->bpbBytesPerSec)
184 != boot->FATsecs * boot->bpbBytesPerSec) {
567 buffer = malloc(fatsz = boot->FATsecs * boot->bpbBytesPerSec);
652 off = boot->bpbResSectors + i * boot->FATsecs;
H A Ddir.c471 boot->FATsecs;

Completed in 96 milliseconds