Searched refs:CLUST12_MASK (Results 1 – 3 of 3) sorted by relevance
97 #define CLUST12_MASK 0xfff macro
295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()296 boot->ClustMask = CLUST12_MASK; in readboot()
233 retval &= CLUST12_MASK; in fat_get_fat12_next()235 if (retval >= (CLUST_BAD & CLUST12_MASK)) in fat_get_fat12_next()236 retval |= ~CLUST12_MASK; in fat_get_fat12_next()247 nextcl &= CLUST12_MASK; in fat_set_fat12_next()834 case CLUST12_MASK: in readfat()