Searched refs:put_ih_location (Results 1 – 2 of 2) sorted by relevance
337 put_ih_location(ih + i - dest_before, location); in leaf_copy_items_entirely()850 put_ih_location(&(ih[i - before]), unmoved_loc); in leaf_insert_into_buf()916 put_ih_location(&(ih[i - affected_item_num]), in leaf_paste_in_buffer()1111 put_ih_location(&(ih[i - cut_item_num]), in leaf_cut_from_buffer()1176 put_ih_location(&(ih[i - first]), in leaf_delete_items_entirely()
1192 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) macro