Home | History | Annotate | Download | only in stage2

Lines Matching refs:LEAF

178 /* Header of a disk block.  More precisely, header of a formatted leaf
185 struct key blk_right_delim_key; /* Right delimiting key for this block (supported for leaf level nodes
189 #define DISK_LEAF_NODE_LEVEL 1 /* Leaf node level. */
346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL)
349 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))
661 * which is simultanously leaf and root */
662 memcpy (LEAF, ROOT, INFO->blocksize);
674 * 1 LEAF node (if the ROOT is also a LEAF it is copied here
743 if (ih == &ITEMHEAD[BLOCKHEAD (LEAF)->blk_nr_item])
746 /* The last item, was the last in the leaf node.
755 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key;
797 INFO->current_item = &LEAF[ih->ih_item_location];
862 /* cache == LEAF */
863 nr_item = BLOCKHEAD (LEAF)->blk_nr_item;
876 INFO->current_item = &LEAF[ih->ih_item_location];
934 (INFO->current_item - LEAF + offset), to_read, buf);