Lines Matching defs:map
238 i--; /* Skip trailing NULL map entries */
301 * this was the highest map
333 /* this node will be the highest map within the bitmap */
370 u64 map;
386 pr_err("SELinux: ebitmap: map size %u does not "
407 pr_err("SELinux: ebitmap: truncated map\n");
414 "not a multiple of the map unit size (%u)\n",
449 pr_err("SELinux: ebitmap: truncated map\n");
452 map = le64_to_cpu(mapbits);
455 while (map) {
456 n->maps[index++] = map & (-1UL);
457 map = EBITMAP_SHIFT_UNIT_SIZE(map);
476 u64 map;
498 map = 0;
505 if (!map) {
507 map = (u64)1 << (bit - last_startbit);
517 buf64[0] = cpu_to_le64(map);
523 map = 0;
526 map |= (u64)1 << (bit - last_startbit);
529 if (map) {
538 buf64[0] = cpu_to_le64(map);