Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddosfs.h96 #define CLUST12_MASK 0xfff macro
H A Dboot.c293 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST12_MASK)) { in readboot()
294 boot->ClustMask = CLUST12_MASK; in readboot()
H A Dfat.c231 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()