Home
last modified time | relevance | path

Searched refs:CLUST32_MASK (Results 1 – 4 of 4) sorted by relevance

/external/fsck_msdos/
Dfat.c325 retval = le32dec(p) & CLUST32_MASK; in fat_get_fat32_next()
327 if (retval >= (CLUST_BAD & CLUST32_MASK)) in fat_get_fat32_next()
328 retval |= ~CLUST32_MASK; in fat_get_fat32_next()
339 nextcl &= CLUST32_MASK; in fat_set_fat32_next()
468 retval = le32dec(p) & CLUST32_MASK; in fat_get_fat32_cached_next()
469 if (retval >= (CLUST_BAD & CLUST32_MASK)) in fat_get_fat32_cached_next()
470 retval |= ~CLUST32_MASK; in fat_get_fat32_cached_next()
484 nextcl &= CLUST32_MASK; in fat_set_fat32_cached_next()
589 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty()
656 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in cleardirty()
[all …]
Dboot.c277 if (boot->NumClusters > (CLUST_RSRVD & CLUST32_MASK)) { in readboot()
287 boot->ClustMask = CLUST32_MASK; in readboot()
306 case CLUST32_MASK: in readboot()
Ddir.c785 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
860 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
897 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
915 if (boot->ClustMask == CLUST32_MASK) in readDosDirSection()
928 if (boot->ClustMask == CLUST32_MASK) { in readDosDirSection()
1146 if (boot->ClustMask == CLUST32_MASK) { in reconnect()
Ddosfs.h99 #define CLUST32_MASK 0xfffffff macro