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