Searched refs:ClustMask (Results 1 – 4 of 4) sorted by relevance
57 if (*next >= (CLUST_RSRVD&boot->ClustMask)) in checkclnum()58 *next |= ~boot->ClustMask; in checkclnum()72 *next&boot->ClustMask); in checkclnum()126 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff) in readfat()127 || (boot->ClustMask == CLUST32_MASK in readfat()133 switch (boot->ClustMask) { in readfat()150 switch (boot->ClustMask) { in readfat()162 switch (boot->ClustMask) { in readfat()166 fat[cl].next &= boot->ClustMask; in readfat()444 switch (boot->ClustMask) { in writefat()[all …]
206 boot->ClustMask = CLUST32_MASK; in readboot()208 boot->ClustMask = CLUST12_MASK; in readboot()210 boot->ClustMask = CLUST16_MASK; in readboot()217 switch (boot->ClustMask) { in readboot()
644 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()679 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()729 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()768 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()787 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()800 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()973 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
76 cl_t ClustMask; /* mask for entries in FAT */ member