Lines Matching refs:ClustMask
80 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK)
108 if (boot->ClustMask == CLUST16_MASK) {
121 if (boot->ClustMask == CLUST16_MASK) {
140 if (*next >= (CLUST_RSRVD&boot->ClustMask))
141 *next |= ~boot->ClustMask;
155 *next&boot->ClustMask);
228 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff)
229 || (boot->ClustMask == CLUST32_MASK
242 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f)
243 || (boot->ClustMask == CLUST32_MASK
251 switch (boot->ClustMask) {
275 switch (boot->ClustMask) {
287 switch (boot->ClustMask) {
291 fat[cl].next &= boot->ClustMask;
574 switch (boot->ClustMask) {
591 switch (boot->ClustMask) {
615 switch (boot->ClustMask) {