Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dcheck.c132 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys()
145 boot.NumFiles, freestr, boot.NumFree, in checkfilesys()
149 boot.NumFiles, freestr, boot.NumFree); in checkfilesys()
154 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree, in checkfilesys()
158 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree); in checkfilesys()
H A Dfat.c813 boot->NumFree = boot->NumBad = 0; in readfat()
976 boot->NumFree++; in readfat()
1130 boot->NumFree++; in clearchain()
1299 boot->FSFree != boot->NumFree) { in checklost()
1301 boot->FSFree, boot->NumFree); in checklost()
1303 boot->FSFree = boot->NumFree; in checklost()
1309 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) { in checklost()
H A Ddosfs.h81 u_int NumFree; /* # of free clusters */ member
H A Dboot.c331 boot->NumFree = 0; in readboot()
/freebsd/contrib/llvm-project/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()