Searched refs:NumFree (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dcheck.c150 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree,
155 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree);
H A Dfat.c57 boot->NumFree++;
127 boot->NumFree = boot->NumBad = 0;
477 boot->NumFree = 0;
527 boot->NumFree++;
536 boot->NumFree++;
542 boot->NumFree++;
545 boot->NumFree++;
599 if (boot->FSFree != boot->NumFree) {
601 boot->FSFree, boot->NumFree);
603 boot->FSFree = boot->NumFree;
[all...]
H A Ddosfs.h78 u_int NumFree; /* # of free clusters */ member in struct:bootblock
H A Dboot.c228 boot->NumFree = 0;

Completed in 61 milliseconds