Lines Matching defs:bitmap
55 * @bitmap_pgoff: Address_space Page offset of the first bit in @bitmap
56 * @bitmap: Bitmap with one bit for each page offset in the address_space range
66 unsigned long *bitmap;
75 * bitmap
82 * It also records dirty ptes in a bitmap representing page offsets
106 __set_bit(pgoff, cwalk->bitmap);
294 * @bitmap_pgoff: The page offset of the first bit in @bitmap
295 * @bitmap: Pointer to a bitmap of at least @nr bits. The bitmap needs to
297 * @start: Pointer to number of the first set bit in @bitmap.
299 * @end: Pointer to the number of the last set bit in @bitmap.
304 * reported in the bitmap. The guarantees are as follows:
306 * in the bitmap.
308 * bitmap or both.
326 unsigned long *bitmap,
334 .bitmap = bitmap,