Searched refs:put_ih_location (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | lbalance.c | 367 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 D | reiserfs.h | 1407 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) macro
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | lbalance.c | 367 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 D | reiserfs.h | 1404 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) macro
|
Completed in 16 milliseconds