Lines Matching refs:insert_index
1601 int i, insert_index, next_free, has_empty, num_bytes; in ocfs2_rotate_leaf() local
1638 insert_index = i; in ocfs2_rotate_leaf()
1640 trace_ocfs2_rotate_leaf(insert_cpos, insert_index, in ocfs2_rotate_leaf()
1644 BUG_ON(insert_index < 0); in ocfs2_rotate_leaf()
1645 BUG_ON(insert_index >= le16_to_cpu(el->l_count)); in ocfs2_rotate_leaf()
1646 BUG_ON(insert_index > next_free); in ocfs2_rotate_leaf()
1651 if (insert_index != next_free) { in ocfs2_rotate_leaf()
1654 num_bytes = next_free - insert_index; in ocfs2_rotate_leaf()
1656 memmove(&el->l_recs[insert_index + 1], in ocfs2_rotate_leaf()
1657 &el->l_recs[insert_index], in ocfs2_rotate_leaf()
1673 el->l_recs[insert_index] = *insert_rec; in ocfs2_rotate_leaf()