Home
last modified time | relevance | path

Searched refs:NumFree (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sbin/fsck_msdos/
H A Dfat.c57 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 …]
H A Dcheck.c151 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()
156 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
H A Ddosfs.h78 u_int NumFree; /* # of free clusters */ member
H A Dboot.c295 boot->NumFree = 0; in readboot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseMultiSet.h132 unsigned NumFree = 0; variable
160 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()