Lines Matching defs:block
320 * zone bitmap objects and bitmap block objects.
327 * struct zone_bitmap contains a pointer to a list of bitmap block
328 * objects and a pointer to the bitmap block object that has been
333 * information is stored (in the form of a block of bitmap)
392 bitmap objects and bitmap block
443 struct rtree_node *node, *block, **dst;
450 /* How many levels do we need for this block nr? */
468 /* Allocate new block */
469 block = alloc_rtree_node(gfp_mask, safe_needed, ca, &zone->leaves);
470 if (!block) {
474 /* Now walk the rtree to insert the block */
496 *dst = block;
712 * The cur.zone, cur.block and cur.node_pfn members of @bm are updated.