Home | History | Annotate | Download | only in stage2

Lines Matching refs:ih

217 #define IH_KEY_OFFSET(ih) ((ih)->ih_version == ITEM_VERSION_1 \
218 ? (ih)->ih_key.u.v1.k_offset \
219 : (ih)->ih_key.u.v2.k_offset)
221 #define IH_KEY_ISTYPE(ih, type) ((ih)->ih_version == ITEM_VERSION_1 \
222 ? (ih)->ih_key.u.v1.k_uniqueness == V1_##type \
223 : (ih)->ih_key.u.v2.k_type == V2_##type)
731 struct item_head *ih = INFO->current_ih + 1;
735 printf ("next_key:\n old ih: key %d:%d:%d:%d version:%d\n",
743 if (ih == &ITEMHEAD[BLOCKHEAD (LEAF)->blk_nr_item])
755 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key;
793 ih = ITEMHEAD;
796 INFO->current_ih = ih;
797 INFO->current_item = &LEAF[ih->ih_item_location];
799 printf (" new ih: key %d:%d:%d:%d version:%d\n",
826 struct item_head *ih;
864 ih = ITEMHEAD;
867 if (ih->ih_key.k_dir_id == dir_id
868 && ih->ih_key.k_objectid == objectid
869 && ih->ih_key.u.v1.k_offset == 0
870 && ih->ih_key.u.v1.k_uniqueness == 0)
875 INFO->current_ih = ih;
876 INFO->current_item = &LEAF[ih->ih_item_location];
879 ih++;
1138 printf ("ih: key %d:%d:%d:%d version:%d\n",