Lines Matching defs:bitmap
31 #include "scrub/bitmap.h"
378 * every extent with a matching rmap owner (bitmap); we then iterate all other
380 * cannot be removed (sublist). We then subtract sublist from bitmap to
387 * records are collected as bitmap. The bnobt records are collected as
388 * sublist. As with the other btrees we subtract sublist from bitmap, and the
396 * Previously, we used the rmapbt to collect the extents (bitmap) with the
399 * (sublist), and subtracted sublist from bitmap. In theory the extents
400 * remaining in bitmap are the old btree's blocks.
416 * had to have been an rmap entry for the block to have ended up on @bitmap,
429 * buffers associated with @bitmap.
439 struct xbitmap *bitmap)
454 for_each_xbitmap_block(fsbno, bmr, n, bitmap) {
596 /* Dispose of every block of every extent in the bitmap. */
600 struct xbitmap *bitmap,
611 for_each_xbitmap_block(fsbno, bmr, n, bitmap) {