le_ih             929 fs/reiserfs/stree.c 					  struct item_head *le_ih,
le_ih             937 fs/reiserfs/stree.c 		*cut_size = -(IH_SIZE + ih_item_len(le_ih));
le_ih             944 fs/reiserfs/stree.c 		if (round_len < le_ih_k_offset(le_ih)) {
le_ih             945 fs/reiserfs/stree.c 			*cut_size = -(IH_SIZE + ih_item_len(le_ih));
le_ih             949 fs/reiserfs/stree.c 		pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1);
le_ih             950 fs/reiserfs/stree.c 		*cut_size = -(ih_item_len(le_ih) - pos_in_item(path));
le_ih             957 fs/reiserfs/stree.c 	if (new_file_length < le_ih_k_offset(le_ih)) {
le_ih             958 fs/reiserfs/stree.c 		*cut_size = -(IH_SIZE + ih_item_len(le_ih));
le_ih             963 fs/reiserfs/stree.c 	*cut_size = -(ih_item_len(le_ih) -
le_ih             965 fs/reiserfs/stree.c 		       new_file_length + 1 - le_ih_k_offset(le_ih)));
le_ih             970 fs/reiserfs/stree.c 					    struct item_head *le_ih,
le_ih             975 fs/reiserfs/stree.c 	if (le_ih_k_offset(le_ih) == DOT_OFFSET &&
le_ih             977 fs/reiserfs/stree.c 		RFALSE(ih_entry_count(le_ih) != 2,
le_ih             978 fs/reiserfs/stree.c 		       "PAP-5220: incorrect empty directory item (%h)", le_ih);
le_ih             979 fs/reiserfs/stree.c 		*cut_size = -(IH_SIZE + ih_item_len(le_ih));
le_ih             984 fs/reiserfs/stree.c 	if (ih_entry_count(le_ih) == 1) {
le_ih             989 fs/reiserfs/stree.c 		*cut_size = -(IH_SIZE + ih_item_len(le_ih));
le_ih             996 fs/reiserfs/stree.c 	      entry_length(get_last_bh(path), le_ih, pos_in_item(path)));
le_ih            1786 fs/reiserfs/stree.c 		struct item_head *le_ih =
le_ih            1793 fs/reiserfs/stree.c 		if (!is_indirect_le_ih(le_ih))
le_ih            1795 fs/reiserfs/stree.c 				       "item must be indirect %h", le_ih);
le_ih            1797 fs/reiserfs/stree.c 		if (mode == M_DELETE && ih_item_len(le_ih) != UNFM_P_SIZE)
le_ih            1801 fs/reiserfs/stree.c 				       "4 byte long", le_ih);
le_ih            1808 fs/reiserfs/stree.c 				       le_ih, s_cut_balance.insert_size[0]);