Searched refs:FSNext (Results 1 – 3 of 3) sorted by relevance
244 boot->FSNext = fsinfo[0x1ec] + (fsinfo[0x1ed] << 8) in readboot()353 fsinfo[0x1ec] = (u_char)boot->FSNext; in writefsinfo()354 fsinfo[0x1ed] = (u_char)(boot->FSNext >> 8); in writefsinfo()355 fsinfo[0x1ee] = (u_char)(boot->FSNext >> 16); in writefsinfo()356 fsinfo[0x1ef] = (u_char)(boot->FSNext >> 24); in writefsinfo()
972 if (boot->FSNext == 0) { in readfat()973 boot->FSNext = cl; in readfat()1309 if (boot->FSNext != 0xffffffffU && in checklost()1310 (boot->FSNext >= boot->NumClusters || in checklost()1311 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) { in checklost()1313 boot->FSNext, in checklost()1314 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free"); in checklost()1318 boot->FSNext = head; in checklost()
62 cl_t FSNext; /* Next free cluster acc. FSInfo */ member