Searched refs:CLUST16_MASK (Results 1 – 3 of 3) sorted by relevance
284 retval = le16dec(p) & CLUST16_MASK; in fat_get_fat16_next()286 if (retval >= (CLUST_BAD & CLUST16_MASK)) in fat_get_fat16_next()287 retval |= ~CLUST16_MASK; in fat_get_fat16_next()298 nextcl &= CLUST16_MASK; in fat_set_fat16_next()587 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()616 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()629 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()654 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in cleardirty()671 if (boot->ClustMask == CLUST16_MASK) { in cleardirty()836 case CLUST16_MASK: in readfat()[all …]
280 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()296 boot->ClustMask = CLUST16_MASK; in readboot()307 case CLUST16_MASK: in readboot()
97 #define CLUST16_MASK 0xffff macro