Lines Matching refs:ih_location

49 		    source->b_data + ih_location(ih) +  in leaf_copy_dir_entries()
334 j = location = (dest_before == 0) ? dest->b_size : ih_location(ih - 1); in leaf_copy_items_entirely()
341 last_loc = ih_location(&(ih[nr + cpy_num - 1 - dest_before])); in leaf_copy_items_entirely()
342 last_inserted_loc = ih_location(&(ih[cpy_num - 1])); in leaf_copy_items_entirely()
826 last_loc = nr ? ih_location(&(ih[nr - before - 1])) : bh->b_size; in leaf_insert_into_buf()
827 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf()
907 last_loc = ih_location(&(ih[nr - affected_item_num - 1])); in leaf_paste_in_buffer()
908 unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_paste_in_buffer()
917 ih_location(&(ih[i - affected_item_num])) - in leaf_paste_in_buffer()
924 memmove(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer()
926 bh->b_data + ih_location(ih), in leaf_paste_in_buffer()
929 memset(bh->b_data + ih_location(ih), 0, in leaf_paste_in_buffer()
931 memcpy(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer()
985 item = bh->b_data + ih_location(ih); in leaf_cut_entries()
1070 memmove(bh->b_data + ih_location(ih), in leaf_cut_from_buffer()
1071 bh->b_data + ih_location(ih) + cut_size, in leaf_cut_from_buffer()
1092 last_loc = ih_location(&(ih[nr - cut_item_num - 1])); in leaf_cut_from_buffer()
1095 unmoved_loc = cut_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_cut_from_buffer()
1112 ih_location(&ih[i - cut_item_num]) + cut_size); in leaf_cut_from_buffer()
1162 j = (first == 0) ? bh->b_size : ih_location(ih - 1); in leaf_delete_items_entirely()
1165 last_loc = ih_location(&(ih[nr - 1 - first])); in leaf_delete_items_entirely()
1166 last_removed_loc = ih_location(&(ih[del_num - 1])); in leaf_delete_items_entirely()
1177 ih_location(&(ih[i - first])) + (j - in leaf_delete_items_entirely()
1225 item = bh->b_data + ih_location(ih); in leaf_paste_entries()