Lines Matching refs:CLUST32_MASK
325 retval = le32dec(p) & CLUST32_MASK; in fat_get_fat32_next()
327 if (retval >= (CLUST_BAD & CLUST32_MASK)) in fat_get_fat32_next()
328 retval |= ~CLUST32_MASK; in fat_get_fat32_next()
339 nextcl &= CLUST32_MASK; in fat_set_fat32_next()
468 retval = le32dec(p) & CLUST32_MASK; in fat_get_fat32_cached_next()
469 if (retval >= (CLUST_BAD & CLUST32_MASK)) in fat_get_fat32_cached_next()
470 retval |= ~CLUST32_MASK; in fat_get_fat32_cached_next()
484 nextcl &= CLUST32_MASK; in fat_set_fat32_cached_next()
589 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()
656 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in cleardirty()
734 if (boot->ClustMask == CLUST32_MASK && in _readfat()
842 case CLUST32_MASK: in readfat()
870 || (boot->ClustMask == CLUST32_MASK in readfat()
884 || (boot->ClustMask == CLUST32_MASK in readfat()
893 case CLUST32_MASK: in readfat()
922 case CLUST32_MASK: in readfat()