Lines Matching refs:ClustMask
57 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()
58 *next |= ~boot->ClustMask; in checkclnum()
72 *next&boot->ClustMask); in checkclnum()
126 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()
127 || (boot->ClustMask == CLUST32_MASK in readfat()
133 switch (boot->ClustMask) { in readfat()
150 switch (boot->ClustMask) { in readfat()
162 switch (boot->ClustMask) { in readfat()
166 fat[cl].next &= boot->ClustMask; in readfat()
444 switch (boot->ClustMask) { in writefat()
457 switch (boot->ClustMask) { in writefat()