Searched refs:CLUST12_MASK (Results 1 – 3 of 3) sorted by relevance
96 #define CLUST12_MASK 0xfff macro
293 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()294 boot->ClustMask = CLUST12_MASK; in readboot()
231 retval &= CLUST12_MASK; in fat_get_fat12_next()233 if (retval >= (CLUST_BAD & CLUST12_MASK)) in fat_get_fat12_next()234 retval |= ~CLUST12_MASK; in fat_get_fat12_next()245 nextcl &= CLUST12_MASK; in fat_set_fat12_next()832 case CLUST12_MASK: in readfat()