HomeSort by relevance Sort by last modified time
    Searched refs:NumFree (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
check.c 188 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree,
193 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree);
fat.c 143 boot->NumFree++;
214 boot->NumFree = boot->NumBad = 0;
568 boot->NumFree = 0;
618 boot->NumFree++;
627 boot->NumFree++;
633 boot->NumFree++;
636 boot->NumFree++;
696 if (boot->FSFree != boot->NumFree) {
698 boot->FSFree, boot->NumFree);
700 boot->FSFree = boot->NumFree;
    [all...]
dosfs.h 85 u_int NumFree; /* # of free clusters */
boot.c 249 boot->NumFree = 0;

Completed in 1119 milliseconds