Home
last modified time | relevance | path

Searched refs:put_ih_location (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dlbalance.c367 put_ih_location(ih + i - dest_before, location); in leaf_copy_items_entirely()
954 put_ih_location(&ih[i - before], unmoved_loc); in leaf_insert_into_buf()
1022 put_ih_location(&ih[i - affected_item_num], in leaf_paste_in_buffer()
1223 put_ih_location(&ih[i - cut_item_num], in leaf_cut_from_buffer()
1288 put_ih_location(&ih[i - first], in leaf_delete_items_entirely()
H A Dreiserfs.h1404 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) macro