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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c92 u_char * block_bitmap; /* 1 bit per block; 1=written */ member in struct:shadow_map
463 n_blocks = bitmap_get(map->block_bitmap, block_offset, block_count,
525 bitmap_set(map->block_bitmap, block_offset, *incr_block_count);
540 return ((map->block_bitmap[b.byte] & bit(b.bit)) ? TRUE : FALSE);
568 void * block_bitmap = NULL; local
587 block_bitmap = my_malloc(bitmap_size);
588 if (block_bitmap == NULL) {
592 bzero(block_bitmap, bitmap_size);
608 map->block_bitmap = block_bitmap;
[all...]

Completed in 13 milliseconds