Lines Matching refs:CLUST16_MASK
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()
869 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()
883 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()
899 case CLUST16_MASK: in readfat()
919 case CLUST16_MASK: in readfat()