Searched refs:NumFree (Results 1 – 5 of 5) sorted by relevance
57 boot->NumFree++; in checkclnum()127 boot->NumFree = boot->NumBad = 0; in readfat()492 boot->NumFree = 0; in writefat()542 boot->NumFree++; in writefat()551 boot->NumFree++; in writefat()557 boot->NumFree++; in writefat()564 boot->NumFree++; in writefat()617 boot->FSFree != boot->NumFree) { in checklost()619 boot->FSFree, boot->NumFree); in checklost()621 boot->FSFree = boot->NumFree; in checklost()[all …]
151 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()156 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
78 u_int NumFree; /* # of free clusters */ member
295 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()