Searched refs:FSFree (Results 1 – 3 of 3) sorted by relevance
148 boot->FSFree = fsinfo[0x1e8] + (fsinfo[0x1e9] << 8)276 fsinfo[0x1e8] = (u_char)boot->FSFree;277 fsinfo[0x1e9] = (u_char)(boot->FSFree >> 8);278 fsinfo[0x1ea] = (u_char)(boot->FSFree >> 16);279 fsinfo[0x1eb] = (u_char)(boot->FSFree >> 24);
64 cl_t FSFree; /* Number of free clusters acc. FSInfo */ member
696 if (boot->FSFree != boot->NumFree) { in checklost()698 boot->FSFree, boot->NumFree); in checklost()700 boot->FSFree = boot->NumFree; in checklost()