Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance
54 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()55 *next |= ~boot->ClustMask; in checkclnum()69 *next&boot->ClustMask); in checkclnum()142 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()143 || (boot->ClustMask == CLUST32_MASK in readfat()156 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()157 || (boot->ClustMask == CLUST32_MASK in readfat()165 switch (boot->ClustMask) { in readfat()189 switch (boot->ClustMask) { in readfat()201 switch (boot->ClustMask) { in readfat()[all …]
256 boot->ClustMask = CLUST32_MASK; in readboot()258 boot->ClustMask = CLUST12_MASK; in readboot()260 boot->ClustMask = CLUST16_MASK; in readboot()267 switch (boot->ClustMask) { in readboot()
659 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()695 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()745 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()784 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()803 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()816 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()995 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
68 cl_t ClustMask; /* mask for entries in FAT */ member