last_loc 317 fs/reiserfs/lbalance.c int last_loc, last_inserted_loc, location; last_loc 371 fs/reiserfs/lbalance.c last_loc = ih_location(&ih[nr + cpy_num - 1 - dest_before]); last_loc 379 fs/reiserfs/lbalance.c memmove(dest->b_data + last_loc, last_loc 380 fs/reiserfs/lbalance.c dest->b_data + last_loc + j - last_inserted_loc, last_loc 381 fs/reiserfs/lbalance.c last_inserted_loc - last_loc); last_loc 911 fs/reiserfs/lbalance.c int last_loc, unmoved_loc; last_loc 930 fs/reiserfs/lbalance.c last_loc = nr ? ih_location(&ih[nr - before - 1]) : bh->b_size; last_loc 933 fs/reiserfs/lbalance.c memmove(bh->b_data + last_loc - ih_item_len(inserted_item_ih), last_loc 934 fs/reiserfs/lbalance.c bh->b_data + last_loc, unmoved_loc - last_loc); last_loc 987 fs/reiserfs/lbalance.c int last_loc, unmoved_loc; last_loc 1013 fs/reiserfs/lbalance.c last_loc = ih_location(&ih[nr - affected_item_num - 1]); last_loc 1017 fs/reiserfs/lbalance.c memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc, last_loc 1018 fs/reiserfs/lbalance.c unmoved_loc - last_loc); last_loc 1152 fs/reiserfs/lbalance.c int last_loc, unmoved_loc; last_loc 1204 fs/reiserfs/lbalance.c last_loc = ih_location(&ih[nr - cut_item_num - 1]); last_loc 1210 fs/reiserfs/lbalance.c memmove(bh->b_data + last_loc + cut_size, bh->b_data + last_loc, last_loc 1211 fs/reiserfs/lbalance.c unmoved_loc - last_loc - cut_size); last_loc 1246 fs/reiserfs/lbalance.c int last_loc, last_removed_loc; last_loc 1277 fs/reiserfs/lbalance.c last_loc = ih_location(&ih[nr - 1 - first]); last_loc 1280 fs/reiserfs/lbalance.c memmove(bh->b_data + last_loc + j - last_removed_loc, last_loc 1281 fs/reiserfs/lbalance.c bh->b_data + last_loc, last_removed_loc - last_loc);