HomeSort by: relevance | last modified time | path
    Searched refs:NumFree (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_msdos/
check.c 151 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree,
156 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree);
fat.c 57 boot->NumFree++;
127 boot->NumFree = boot->NumBad = 0;
492 boot->NumFree = 0;
542 boot->NumFree++;
551 boot->NumFree++;
557 boot->NumFree++;
564 boot->NumFree++;
617 boot->FSFree != boot->NumFree) {
619 boot->FSFree, boot->NumFree);
621 boot->FSFree = boot->NumFree;
    [all...]
dosfs.h 78 u_int NumFree; /* # of free clusters */
boot.c 295 boot->NumFree = 0;

Completed in 14 milliseconds