Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance
80 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()108 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()121 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()140 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()141 *next |= ~boot->ClustMask; in checkclnum()155 *next&boot->ClustMask); in checkclnum()228 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()229 || (boot->ClustMask == CLUST32_MASK in readfat()242 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()243 || (boot->ClustMask == CLUST32_MASK in readfat()[all …]
218 boot->ClustMask = CLUST32_MASK;220 boot->ClustMask = CLUST12_MASK;222 boot->ClustMask = CLUST16_MASK;229 switch (boot->ClustMask) {
738 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()773 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()823 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()862 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()880 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()893 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()1082 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
75 cl_t ClustMask; /* mask for entries in FAT */ member