Lines Matching refs:NumFree
143 boot->NumFree++; in checkclnum()
214 boot->NumFree = boot->NumBad = 0; in readfat()
568 boot->NumFree = 0; in writefat()
618 boot->NumFree++; in writefat()
627 boot->NumFree++; in writefat()
633 boot->NumFree++; in writefat()
636 boot->NumFree++; in writefat()
696 if (boot->FSFree != boot->NumFree) { in checklost()
698 boot->FSFree, boot->NumFree); in checklost()
700 boot->FSFree = boot->NumFree; in checklost()
705 if (boot->NumFree) { in checklost()
725 if (boot->NumFree && fat[boot->FSNext].next != CLUST_FREE) { in checklost()