Searched refs:sysect (Results 1 – 1 of 1) sorted by relevance
3411 DWORD tsect, sysect, fasize, nclst, szbfat; local3552 sysect = nrsv + fasize + fs->n_rootdir / (SS(fs) / SZDIRE); /* RSV + FAT + DIR */3553 if (tsect < sysect) return FR_NO_FILESYSTEM; /* (Invalid volume size) */3554 nclst = (tsect - sysect) / fs->csize; /* Number of clusters */3566 fs->database = bsect + sysect; /* Data start sector */