Searched refs:database (Results 1 – 2 of 2) sorted by relevance
171 LBA_t database; /* Data base sector */ member
1121 return fs->database + (LBA_t)fs->csize * clst; /* Start sector number of the cluster */ in clst2sect()3427 fs->database = bsect + ld_dword(fs->win + BPB_DataOfsEx);3429 …if (maxlba < (QWORD)fs->database + nclst * fs->csize) return FR_NO_FILESYSTEM; /* (Volume size mus…3445 fs->bitbase = fs->database + fs->csize * (bcl - 2); /* Bitmap sector */3497 fs->database = bsect + sysect; /* Data start sector */