Searched refs:bsect (Results 1 – 1 of 1) sorted by relevance
3410 LBA_t bsect; local3460 bsect = fs->winsect; /* Volume offset in the hosting physical drive */3478 maxlba = ld_qword(fs->win + BPB_TotSecEx) + bsect; /* Last LBA of the volume + 1 */3494 fs->volbase = bsect;3495 fs->database = bsect + ld_dword(fs->win + BPB_DataOfsEx);3496 fs->fatbase = bsect + ld_dword(fs->win + BPB_FatOfsEx);3564 fs->volbase = bsect; /* Volume start sector */3565 fs->fatbase = bsect + nrsv; /* FAT start sector */3566 fs->database = bsect + sysect; /* Data start sector */3586 && move_window(fs, bsect + 1) == FR_OK)