Lines Matching refs:ClustMask
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()
734 if (boot->ClustMask == CLUST32_MASK && in _readfat()
833 switch(boot->ClustMask) { in readfat()
852 pfatal("Invalid ClustMask: %d", boot->ClustMask); in readfat()
869 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()
870 || (boot->ClustMask == CLUST32_MASK in readfat()
883 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f) in readfat()
884 || (boot->ClustMask == CLUST32_MASK in readfat()
892 switch (boot->ClustMask) { in readfat()
918 switch (boot->ClustMask) { in readfat()
988 nextcl & boot->ClustMask); in readfat()
1100 next_cl & boot_of_(fat)->ClustMask); in checkchain()