found_ih         2027 fs/reiserfs/stree.c 	struct item_head *found_ih = tp_item_head(path);
found_ih         2029 fs/reiserfs/stree.c 	if (is_direct_le_ih(found_ih)) {
found_ih         2030 fs/reiserfs/stree.c 		if (le_ih_k_offset(found_ih) +
found_ih         2031 fs/reiserfs/stree.c 		    op_bytes_number(found_ih,
found_ih         2034 fs/reiserfs/stree.c 		    || op_bytes_number(found_ih,
found_ih         2039 fs/reiserfs/stree.c 				       "to key %K", found_ih,
found_ih         2042 fs/reiserfs/stree.c 	if (is_indirect_le_ih(found_ih)) {
found_ih         2043 fs/reiserfs/stree.c 		if (le_ih_k_offset(found_ih) +
found_ih         2044 fs/reiserfs/stree.c 		    op_bytes_number(found_ih,
found_ih         2047 fs/reiserfs/stree.c 		    || I_UNFM_NUM(found_ih) != pos_in_item(path)
found_ih         2048 fs/reiserfs/stree.c 		    || get_ih_free_space(found_ih) != 0)
found_ih         2052 fs/reiserfs/stree.c 				       found_ih, pos_in_item(path), key);