HomeSort by relevance Sort by last modified time
    Searched refs:ClustMask (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
fat.c 80 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK)
108 if (boot->ClustMask == CLUST16_MASK) {
121 if (boot->ClustMask == CLUST16_MASK) {
140 if (*next >= (CLUST_RSRVD&boot->ClustMask))
141 *next |= ~boot->ClustMask;
155 *next&boot->ClustMask);
228 || (boot->ClustMask == CLUST16_MASK && buffer[3] != 0xff)
229 || (boot->ClustMask == CLUST32_MASK
242 && ((boot->ClustMask == CLUST16_MASK && buffer[3] == 0x7f
    [all...]