Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c161 boot->FATsecs = block[36] + (block[37] << 8) in readboot()
248 boot->FATsecs = boot->bpbFATsmall; in readboot()
251 if (boot->FATsecs < 1 || boot->FATsecs > UINT32_MAX / boot->bpbFATs) { in readboot()
253 boot->bpbFATs, (size_t)boot->FATsecs); in readboot()
259 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs; in readboot()
305 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()
308 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()
311 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()
317 boot->NumClusters, boot->FATsecs); in readboot()
H A Ddosfs.h74 u_int32_t FATsecs; /* how many sectors are in FAT */ member
H A Dfat.c704 fat->fatsize = boot->FATsecs * boot->bpbBytesPerSec; in _readfat()
1159 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1227 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
H A Ddir.c494 boot->FATsecs; in check_subdirectory()
602 boot->FATsecs; in readDosDirSection()