Lines Matching refs:le_ih

913 					   struct item_head * le_ih,  in prepare_for_direct_item()  argument
923 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
932 if ( round_len < le_ih_k_offset (le_ih) ) { in prepare_for_direct_item()
933 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
937 pos_in_item (path) = round_len - (le_ih_k_offset (le_ih) - 1); in prepare_for_direct_item()
938 *cut_size = -(ih_item_len(le_ih) - pos_in_item(path)); in prepare_for_direct_item()
946 if ( new_file_length < le_ih_k_offset (le_ih) ) { in prepare_for_direct_item()
947 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
951 *cut_size = -(ih_item_len(le_ih) - in prepare_for_direct_item()
952 (pos_in_item (path) = new_file_length + 1 - le_ih_k_offset (le_ih))); in prepare_for_direct_item()
958 struct item_head * le_ih, in prepare_for_direntry_item() argument
963 if (le_ih_k_offset (le_ih) == DOT_OFFSET && in prepare_for_direntry_item()
965 RFALSE( ih_entry_count (le_ih) != 2, in prepare_for_direntry_item()
966 "PAP-5220: incorrect empty directory item (%h)", le_ih); in prepare_for_direntry_item()
967 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direntry_item()
971 if ( ih_entry_count (le_ih) == 1 ) { in prepare_for_direntry_item()
974 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direntry_item()
979 *cut_size = -(DEH_SIZE + entry_length (get_last_bh (path), le_ih, pos_in_item (path))); in prepare_for_direntry_item()
1614 struct item_head * le_ih = PATH_PITEM_HEAD (s_cut_balance.tb_path); in reiserfs_cut_from_item() local
1618 if (!is_indirect_le_ih (le_ih)) in reiserfs_cut_from_item()
1620 "item must be indirect %h", le_ih); in reiserfs_cut_from_item()
1622 if (c_mode == M_DELETE && ih_item_len(le_ih) != UNFM_P_SIZE) in reiserfs_cut_from_item()
1625 "being deleted must be of 4 byte long", le_ih); in reiserfs_cut_from_item()
1630 le_ih, s_cut_balance.insert_size[0]); in reiserfs_cut_from_item()