Lines Matching refs:ih
53 struct item_head *ih; in create_virtual_node() local
81 ih = item_head(Sh, 0); in create_virtual_node()
84 if (op_is_left_mergeable(&ih->ih_key, Sh->b_size) in create_virtual_node()
105 vi->vi_item_len += ih_item_len(ih + j) + IH_SIZE; in create_virtual_node()
106 vi->vi_ih = ih + j; in create_virtual_node()
107 vi->vi_item = ih_item_body(Sh, ih + j); in create_virtual_node()
716 struct item_head *ih; in are_leaves_removable() local
722 ih = item_head(S0, 0); in are_leaves_removable()
724 && !comp_short_le_keys(&ih->ih_key, in are_leaves_removable()
737 if (is_direntry_le_ih(ih)) { in are_leaves_removable()
744 RFALSE(le_ih_k_offset(ih) == DOT_OFFSET, in are_leaves_removable()
1280 struct item_head *ih; in can_node_be_removed() local
1283 ih = item_head(Sh, 0); in can_node_be_removed()
1291 && op_is_left_mergeable(&ih->ih_key, Sh->b_size)) ? IH_SIZE : 0) in can_node_be_removed()