Searched refs:CLUST16_MASK (Results 1 – 3 of 3) sorted by relevance
74 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()103 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()116 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()223 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()237 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()253 case CLUST16_MASK: in readfat()274 case CLUST16_MASK: in readfat()291 case CLUST16_MASK: in readfat()580 case CLUST16_MASK: in writefat()600 case CLUST16_MASK: in writefat()[all …]
204 else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) in readboot()205 boot->ClustMask = CLUST16_MASK; in readboot()216 case CLUST16_MASK: in readboot()
102 #define CLUST16_MASK 0xffff macro