Lines Matching defs:le_ih
950 struct item_head *le_ih,
958 *cut_size = -(IH_SIZE + ih_item_len(le_ih));
964 /* this was new_file_length < le_ih ... */
965 if (round_len < le_ih_k_offset(le_ih)) {
966 *cut_size = -(IH_SIZE + ih_item_len(le_ih));
970 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1);
971 *cut_size = -(ih_item_len(le_ih) - pos_in_item(path));
978 if (new_file_length < le_ih_k_offset(le_ih)) {
979 *cut_size = -(IH_SIZE + ih_item_len(le_ih));
984 *cut_size = -(ih_item_len(le_ih) -
986 new_file_length + 1 - le_ih_k_offset(le_ih)));
991 struct item_head *le_ih,
996 if (le_ih_k_offset(le_ih) == DOT_OFFSET &&
998 RFALSE(ih_entry_count(le_ih) != 2,
999 "PAP-5220: incorrect empty directory item (%h)", le_ih);
1000 *cut_size = -(IH_SIZE + ih_item_len(le_ih));
1005 if (ih_entry_count(le_ih) == 1) {
1010 *cut_size = -(IH_SIZE + ih_item_len(le_ih));
1017 entry_length(get_last_bh(path), le_ih, pos_in_item(path)));
1807 struct item_head *le_ih =
1814 if (!is_indirect_le_ih(le_ih))
1816 "item must be indirect %h", le_ih);
1818 if (mode == M_DELETE && ih_item_len(le_ih) != UNFM_P_SIZE)
1822 "4 byte long", le_ih);
1829 le_ih, s_cut_balance.insert_size[0]);