Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance
74 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()103 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()116 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()135 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()136 *next |= ~boot->ClustMask; in checkclnum()150 *next&boot->ClustMask); in checkclnum()223 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()224 || (boot->ClustMask == CLUST32_MASK in readfat()237 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()238 || (boot->ClustMask == CLUST32_MASK in readfat()[all …]
201 boot->ClustMask = CLUST32_MASK; in readboot()203 boot->ClustMask = CLUST12_MASK; in readboot()205 boot->ClustMask = CLUST16_MASK; in readboot()212 switch (boot->ClustMask) { in readboot()
655 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()691 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()741 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()780 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()799 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()812 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()989 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
70 cl_t ClustMask; /* mask for entries in FAT */ member