Lines Matching refs:CFR
77 *cf = tb->CFR[h];
90 *cf = tb->CFR[h];
619 /* insert rkey from CFR[h] to right neighbor R[h] */
736 internal_shift_left(INTERNAL_SHIFT_FROM_R_TO_S, tb, h, -tb->rnum[h]); /*tb->S[h], tb->CFR[h], tb->rkey[h], tb->R[h], -tb->rnum[h]); */
777 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL,
778 "R[h](%p) and CFR[h](%p) must exist in replace_rkey",
779 tb->R[h], tb->CFR[h]);
784 memcpy(internal_key(tb->CFR[h], tb->rkey[h]), key, KEY_SIZE);
786 do_balance_mark_internal_dirty(tb, tb->CFR[h], 0);
926 * check how many of new items fall into R or CFR
954 /* one of the items falls into CFR[h] */