Searched refs:CLUST16_MASK (Results 1 – 3 of 3) sorted by relevance
286 retval = le16dec(p) & CLUST16_MASK; in fat_get_fat16_next()288 if (retval >= (CLUST_BAD & CLUST16_MASK)) in fat_get_fat16_next()289 retval |= ~CLUST16_MASK; in fat_get_fat16_next()300 nextcl &= CLUST16_MASK; in fat_set_fat16_next()589 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()618 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()631 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()656 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in cleardirty()673 if (boot->ClustMask == CLUST16_MASK) { in cleardirty()838 case CLUST16_MASK: in readfat()[all …]
282 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()297 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()298 boot->ClustMask = CLUST16_MASK; in readboot()309 case CLUST16_MASK: in readboot()
98 #define CLUST16_MASK 0xffff macro