Lines Matching defs:bitmap
57 * @bitmap_pgoff: Address_space Page offset of the first bit in @bitmap
58 * @bitmap: Bitmap with one bit for each page offset in the address_space range
68 unsigned long *bitmap;
77 * bitmap
85 * It also records dirty ptes in a bitmap representing page offsets
109 __set_bit(pgoff, cwalk->bitmap);
283 * @bitmap_pgoff: The page offset of the first bit in @bitmap
284 * @bitmap: Pointer to a bitmap of at least @nr bits. The bitmap needs to
286 * @start: Pointer to number of the first set bit in @bitmap.
288 * @end: Pointer to the number of the last set bit in @bitmap.
293 * reported in the bitmap. The guarantees are as follows:
296 * in the bitmap.
298 * bitmap or both.
316 unsigned long *bitmap,
324 .bitmap = bitmap,