Searched refs:put_ih_location (Results 1 – 2 of 2) sorted by relevance
297 put_ih_location( ih + i - dest_before, location ); in leaf_copy_items_entirely()786 put_ih_location( &(ih[i-before]), unmoved_loc ); in leaf_insert_into_buf()850 put_ih_location( &(ih[i-affected_item_num]), in leaf_paste_in_buffer()1035 put_ih_location( &(ih[i-cut_item_num]), ih_location( &ih[i-cut_item_num]) + cut_size ); in leaf_cut_from_buffer()1099 put_ih_location( &(ih[i-first]), ih_location( &(ih[i-first]) ) + (j - last_removed_loc) ); in leaf_delete_items_entirely()
525 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) macro