Searched refs:CLUST16_MASK (Results 1 – 3 of 3) sorted by relevance
66 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()95 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()108 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()215 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()229 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()245 case CLUST16_MASK: in readfat()266 case CLUST16_MASK: in readfat()283 case CLUST16_MASK: in readfat()572 case CLUST16_MASK: in writefat()592 case CLUST16_MASK: in writefat()[all …]
196 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()197 boot->ClustMask = CLUST16_MASK; in readboot()208 case CLUST16_MASK: in readboot()
102 #define CLUST16_MASK 0xffff macro
Completed in 5 milliseconds