Home
last modified time | relevance | path

Searched refs:CLUST16_MASK (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c284 retval = le16dec(p) & CLUST16_MASK; in fat_get_fat16_next()
286 if (retval >= (CLUST_BAD & CLUST16_MASK)) in fat_get_fat16_next()
287 retval |= ~CLUST16_MASK; in fat_get_fat16_next()
298 nextcl &= CLUST16_MASK; in fat_set_fat16_next()
587 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()
616 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()
629 if (boot->ClustMask == CLUST16_MASK) { in checkdirty()
654 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in cleardirty()
671 if (boot->ClustMask == CLUST16_MASK) { in cleardirty()
836 case CLUST16_MASK in readfat()
[all...]
H A Dboot.c280 if (boot->NumClusters < (CLUST_RSRVD & CLUST16_MASK)) { in readboot()
295 } else if (boot->NumClusters < (CLUST_RSRVD&CLUST16_MASK)) { in readboot()
296 boot->ClustMask = CLUST16_MASK; in readboot()
307 case CLUST16_MASK: in readboot()
H A Ddosfs.h97 #define CLUST16_MASK 0xffff macro

Completed in 3 milliseconds