Home
last modified time | relevance | path

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

/openbsd-src/sbin/fsck_msdos/
H A Dfat.c50 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 …]
H A Dcheck.c193 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()
198 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
H A Ddosfs.h79 u_int NumFree; /* # of free clusters */ member
H A Dboot.c290 boot->NumFree = 0; in readboot()
/openbsd-src/gnu/llvm/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()