Lines Matching refs:ih_location

45 		    source->b_data + ih_location(ih) +  in leaf_copy_dir_entries()
364 j = location = (dest_before == 0) ? dest->b_size : ih_location(ih - 1); in leaf_copy_items_entirely()
371 last_loc = ih_location(&ih[nr + cpy_num - 1 - dest_before]); in leaf_copy_items_entirely()
372 last_inserted_loc = ih_location(&ih[cpy_num - 1]); in leaf_copy_items_entirely()
930 last_loc = nr ? ih_location(&ih[nr - before - 1]) : bh->b_size; in leaf_insert_into_buf()
931 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf()
1013 last_loc = ih_location(&ih[nr - affected_item_num - 1]); in leaf_paste_in_buffer()
1014 unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_paste_in_buffer()
1023 ih_location(&ih[i - affected_item_num]) - in leaf_paste_in_buffer()
1030 memmove(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer()
1032 bh->b_data + ih_location(ih), in leaf_paste_in_buffer()
1035 memset(bh->b_data + ih_location(ih), 0, in leaf_paste_in_buffer()
1037 memcpy(bh->b_data + ih_location(ih) + in leaf_paste_in_buffer()
1095 item = bh->b_data + ih_location(ih); in leaf_cut_entries()
1182 memmove(bh->b_data + ih_location(ih), in leaf_cut_from_buffer()
1183 bh->b_data + ih_location(ih) + cut_size, in leaf_cut_from_buffer()
1204 last_loc = ih_location(&ih[nr - cut_item_num - 1]); in leaf_cut_from_buffer()
1207 unmoved_loc = cut_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_cut_from_buffer()
1224 ih_location(&ih[i - cut_item_num]) + cut_size); in leaf_cut_from_buffer()
1274 j = (first == 0) ? bh->b_size : ih_location(ih - 1); in leaf_delete_items_entirely()
1277 last_loc = ih_location(&ih[nr - 1 - first]); in leaf_delete_items_entirely()
1278 last_removed_loc = ih_location(&ih[del_num - 1]); in leaf_delete_items_entirely()
1289 ih_location(&ih[i - first]) + (j - in leaf_delete_items_entirely()
1343 item = bh->b_data + ih_location(ih); in leaf_paste_entries()