Searched refs:NumFree (Results 1 – 6 of 6) sorted by relevance
125 unsigned NumFree; variable158 if (NumFree == 0) { in addValue()170 --NumFree; in addValue()179 ++NumFree; in makeTombstone()191 : Sparse(nullptr), Universe(0), FreelistIdx(SMSNode::INVALID), NumFree(0) {} in SparseMultiSet()332 assert(NumFree <= Dense.size() && "Out-of-bounds free entries"); in size()333 return Dense.size() - NumFree; in size()341 NumFree = 0; in clear()
159 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()164 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
140 boot->NumFree++; in checkclnum()210 boot->NumFree = boot->NumBad = 0; in readfat()575 boot->NumFree = 0; in writefat()625 boot->NumFree++; in writefat()634 boot->NumFree++; in writefat()640 boot->NumFree++; in writefat()647 boot->NumFree++; in writefat()700 boot->FSFree != boot->NumFree) { in checklost()702 boot->FSFree, boot->NumFree); in checklost()704 boot->FSFree = boot->NumFree; in checklost()
82 u_int NumFree; /* # of free clusters */ member
254 boot->NumFree = 0; in readboot()
133 unsigned NumFree = 0; variable161 if (NumFree == 0) { in addValue()173 --NumFree; in addValue()182 ++NumFree; in makeTombstone()337 assert(NumFree <= Dense.size() && "Out-of-bounds free entries"); in size()338 return Dense.size() - NumFree; in size()346 NumFree = 0; in clear()