Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance
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()[all …]
287 boot->ClustMask = CLUST32_MASK; in readboot()296 boot->ClustMask = CLUST12_MASK; in readboot()298 boot->ClustMask = CLUST16_MASK; in readboot()305 switch (boot->ClustMask) { in readboot()
778 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()853 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()890 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()908 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()921 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()1139 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
72 cl_t ClustMask; /* mask for entries in FAT */ member