Searched refs:NumFree (Results 1 – 5 of 5) sorted by relevance
50 boot->NumFree++; in checkclnum()84 boot->NumFree = boot->NumBad = 0; in readfat()446 boot->NumFree = 0; in writefat()467 boot->NumFree++; in writefat()476 boot->NumFree++; in writefat()482 boot->NumFree++; in writefat()489 boot->NumFree++; in writefat()542 boot->FSFree != boot->NumFree) { in checklost()544 boot->FSFree, boot->NumFree); in checklost()546 boot->FSFree = boot->NumFree; in checklost()[all …]
193 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()198 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
79 u_int NumFree; /* # of free clusters */ member
290 boot->NumFree = 0; in readboot()
132 unsigned NumFree = 0; variable160 if (NumFree == 0) { in addValue()172 --NumFree; in addValue()181 ++NumFree; in makeTombstone()336 assert(NumFree <= Dense.size() && "Out-of-bounds free entries"); in size()337 return Dense.size() - NumFree; in size()345 NumFree = 0; in clear()