Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c160 boot->FATsecs = le32dec(&block[36]); in readboot()
241 boot->FATsecs = boot->bpbFATsmall; in readboot()
244 if (boot->FATsecs < 1 || boot->FATsecs > UINT32_MAX / boot->bpbFATs) { in readboot()
246 boot->bpbFATs, (size_t)boot->FATsecs); in readboot()
252 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs; in readboot()
298 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()
301 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()
304 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()
310 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()
1170 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1238 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
H A Ddir.c494 boot->FATsecs; in check_subdirectory()
602 boot->FATsecs; in readDosDirSection()