Home
last modified time | relevance | path

Searched refs:CLUST12_MASK (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Ddosfs.h97 #define CLUST12_MASK 0xfff macro
Dboot.c295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()
296 boot->ClustMask = CLUST12_MASK; in readboot()
Dfat.c233 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()