Searched refs:unmoved_loc (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-4.19/fs/reiserfs/ |
D | lbalance.c | 911 int last_loc, unmoved_loc; in leaf_insert_into_buf() local 931 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf() 934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf() 936 to = bh->b_data + unmoved_loc - ih_item_len(inserted_item_ih); in leaf_insert_into_buf() 953 unmoved_loc -= ih_item_len(&ih[i - before]); in leaf_insert_into_buf() 954 put_ih_location(&ih[i - before], unmoved_loc); in leaf_insert_into_buf() 987 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local 1014 unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_paste_in_buffer() 1018 unmoved_loc - last_loc); in leaf_paste_in_buffer() 1041 memset(bh->b_data + unmoved_loc - paste_size, 0, in leaf_paste_in_buffer() [all …]
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | lbalance.c | 911 int last_loc, unmoved_loc; in leaf_insert_into_buf() local 931 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf() 934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf() 936 to = bh->b_data + unmoved_loc - ih_item_len(inserted_item_ih); in leaf_insert_into_buf() 953 unmoved_loc -= ih_item_len(&ih[i - before]); in leaf_insert_into_buf() 954 put_ih_location(&ih[i - before], unmoved_loc); in leaf_insert_into_buf() 987 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local 1014 unmoved_loc = affected_item_num ? ih_location(ih - 1) : bh->b_size; in leaf_paste_in_buffer() 1018 unmoved_loc - last_loc); in leaf_paste_in_buffer() 1041 memset(bh->b_data + unmoved_loc - paste_size, 0, in leaf_paste_in_buffer() [all …]
|