Lines Matching refs:CFL
50 *cf = tb->CFL[h];
63 *cf = tb->CFL[h];
544 /* insert lkey[h]-th key from CFL[h] to left neighbor L[h] */
590 if (tb->CFL[h])
591 replace_key(tb, cf, d_key_position, tb->CFL[h],
746 internal_shift_left(INTERNAL_SHIFT_FROM_S_TO_L, tb, h, tb->lnum[h]); /*tb->L[h], tb->CFL[h], tb->lkey[h], tb->S[h], tb->lnum[h]); */
762 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL,
763 "L[h](%p) and CFL[h](%p) must exist in replace_lkey",
764 tb->L[h], tb->CFL[h]);
769 memcpy(internal_key(tb->CFL[h], tb->lkey[h]), key, KEY_SIZE);
771 do_balance_mark_internal_dirty(tb, tb->CFL[h], 0);
857 * check how many of new items fall into L[h] or CFL[h] after
862 /* new items don't fall into L[h] or CFL[h] */
886 * some items fall into L[h] or CFL[h],