Lines Matching refs:map
36 new->map = n1->map | n2->map;
41 new->map = n1->map;
45 new->map = n2->map;
160 (n1->startbit == n2->startbit) && (n1->map == n2->map)) {
186 new->map = n->map;
214 if ((n1->map & n2->map) != n2->map)
237 if (n->map & (MAPBIT << (bit - n->startbit)))
264 n->map |= (MAPBIT << (bit - n->startbit));
266 n->map &= ~(MAPBIT << (bit - n->startbit));
267 if (!n->map) {
272 * this was the highest map
305 new->map = (MAPBIT << (bit - new->startbit));
308 /* this node will be the highest map within the bitmap */
347 uint64_t map;
361 ("security: ebitmap: map size %d does not match my size %zu (high bit was %d)\n",
371 ("security: ebitmap: high bit (%d) is not a multiple of the map size (%zu)\n",
379 printf("security: ebitmap: truncated map\n");
394 ("security: ebitmap start bit (%d) is not a multiple of the map size (%zu)\n",
404 rc = next_entry(&map, fp, sizeof(uint64_t));
406 printf("security: ebitmap: truncated map\n");
409 n->map = le64_to_cpu(map);
411 if (!n->map) {
413 ("security: ebitmap: null map in ebitmap (startbit %d)\n",