Lines Matching refs:ih
112 static void sprintf_item_head(char *buf, struct item_head *ih) in sprintf_item_head() argument
114 if (ih) { in sprintf_item_head()
116 (ih_version(ih) == KEY_FORMAT_3_6) ? "*3.6* " : "*3.5*"); in sprintf_item_head()
117 sprintf_le_key(buf + strlen(buf), &(ih->ih_key)); in sprintf_item_head()
120 ih_item_len(ih), ih_location(ih), ih_free_space(ih)); in sprintf_item_head()
462 struct item_head *ih; in print_leaf() local
472 ih = item_head(bh, 0); in print_leaf()
481 &(ih->ih_key), &((ih + nr - 1)->ih_key)); in print_leaf()
495 ih += from; in print_leaf()
500 for (i = from; i < to; i++, ih++) { in print_leaf()
503 reiserfs_printk("|%2d| %h |\n", i, ih); in print_leaf()
505 op_print_item(ih, ih_item_body(bh, ih)); in print_leaf()
750 struct item_head *ih; in check_leaf() local
755 for (i = 0, ih = item_head(bh, 0); i < B_NR_ITEMS(bh); i++, ih++) in check_leaf()
756 op_check_item(ih, ih_item_body(bh, ih)); in check_leaf()