Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance
66 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()95 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()128 *next |= ~boot->ClustMask; in checkclnum()142 *next&boot->ClustMask); in checkclnum()238 switch (boot->ClustMask) { in readfat()262 switch (boot->ClustMask) { in readfat()274 switch (boot->ClustMask) { in readfat()278 fat[cl].next &= boot->ClustMask; in readfat()571 switch (boot->ClustMask) { in writefat()588 switch (boot->ClustMask) { in writefat()[all …]
193 boot->ClustMask = CLUST32_MASK; in readboot()195 boot->ClustMask = CLUST12_MASK; in readboot()197 boot->ClustMask = CLUST16_MASK; in readboot()204 switch (boot->ClustMask) { in readboot()
70 cl_t ClustMask; /* mask for entries in FAT */ member
647 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()683 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()733 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()772 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()791 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()804 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()983 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
Completed in 7 milliseconds