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

  /external/fsck_msdos/
dosfs.h 65 cl_t FSNext; /* Next free cluster acc. FSInfo */
boot.c 151 boot->FSNext = fsinfo[0x1ec] + (fsinfo[0x1ed] << 8)
271 fsinfo[0x1ec] = (u_char)boot->FSNext;
272 fsinfo[0x1ed] = (u_char)(boot->FSNext >> 8);
273 fsinfo[0x1ee] = (u_char)(boot->FSNext >> 16);
274 fsinfo[0x1ef] = (u_char)(boot->FSNext >> 24);
fat.c 695 if (boot->NumFree && fat[boot->FSNext].next != CLUST_FREE) {
697 boot->FSNext);
701 boot->FSNext = head;

Completed in 20 milliseconds