Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c3398 QWORD maxlba; local
3410 maxlba = ld_qword(fs->win + BPB_TotSecEx) + bsect; /* Last LBA of the volume + 1 */
3411 …if (!FF_LBA64 && maxlba >= 0x100000000) return FR_NO_FILESYSTEM; /* (It cannot be accessed in 32-b…
3429 …if (maxlba < (QWORD)fs->database + nclst * fs->csize) return FR_NO_FILESYSTEM; /* (Volume size mus…