Lines Matching defs:map
83 unsigned long *map;
84 size_t count; /* Total set bits in the map */
93 assert((lbp->map[i] & ~clearmask) != 0);
94 lbp->map[i] &= clearmask;
104 return ((lbp->map[i] & usedbit) == usedbit);
112 return (lbp->map[i] == 0);
126 free(lbp->map);
127 lbp->map = calloc(1, bitmap_size);
128 if (lbp->map == NULL)
132 memset(lbp->map, 0xff, bitmap_size);
143 free(lbp->map);
144 lbp->map = NULL;
803 * Read or map a FAT and populate head bitmap
935 * Traverse the FAT table and populate head map. Initially, we