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 …]
246 boot->ClustMask = CLUST32_MASK;248 boot->ClustMask = CLUST12_MASK;250 boot->ClustMask = CLUST16_MASK;257 switch (boot->ClustMask) {
740 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()775 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()825 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()864 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()882 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()895 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()1084 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
75 cl_t ClustMask; /* mask for entries in FAT */ member