Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dboot.c163 boot->FATsecs = block[36] + (block[37] << 8) in readboot()
250 boot->FATsecs = boot->bpbFATsmall; in readboot()
253 if (boot->FATsecs < 1 || boot->FATsecs > UINT32_MAX / boot->bpbFATs) { in readboot()
255 boot->bpbFATs, (size_t)boot->FATsecs); in readboot()
261 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs; in readboot()
307 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 4; in readboot()
310 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec) / 2; in readboot()
313 boot->NumFatEntries = (boot->FATsecs * boot->bpbBytesPerSec * 2) / 3; in readboot()
319 boot->NumClusters, boot->FATsecs); in readboot()
Ddosfs.h75 u_int32_t FATsecs; /* how many sectors are in FAT */ member
Dfat.c706 fat->fatsize = boot->FATsecs * boot->bpbBytesPerSec; in _readfat()
1161 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1229 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
Ddir.c483 boot->FATsecs; in check_subdirectory()
591 boot->FATsecs; in readDosDirSection()