Searched refs:CFL (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Ddo_balan.c117 if ( ! item_pos && tb->CFL[0] ) {
119 replace_key(tb, tb->CFL[0],tb->lkey[0],tbS0,0);
123 replace_key(tb, tb->CFL[0],tb->lkey[0],PATH_H_PPARENT(tb->tb_path, 0),0);
127 RFALSE( ! item_pos && !tb->CFL[0],
128 "PAP-12020: tb->CFL[0]==%p, tb->L[0]==%p", tb->CFL[0], tb->L[0]);
144 RFALSE( ! item_pos && ! pos_in_item && ! tb->CFL[0],
145 "PAP-12030: can not change delimiting key. CFL[0]=%p",
146 tb->CFL[0]);
148 if ( ! item_pos && ! pos_in_item && tb->CFL[
[all...]
H A Dfix_node.c741 decrement_bcount(p_s_tb->CFL[n_counter]);
742 p_s_tb->CFL[n_counter] = NULL;
1063 * FR[n_path_offset], CFL[n_path_offset], CFR[n_path_offset].
1082 decrement_bcount(p_s_tb->CFL[n_h]);
1085 p_s_tb->FL[n_h] = p_s_tb->CFL[n_h] = p_s_tb->FR[n_h] = p_s_tb->CFR[n_h] = NULL;
1101 CFL[n_path_offset] not equal FL[n_path_offset] and CFL[n_path_offset] not equal F[n_path_offset].
1110 decrement_bcount(p_s_tb->CFL[n_h]);
1111 p_s_tb->CFL[n_h] = p_s_curcf; /* New initialization of CFL[n_
[all...]
H A Dibalance.c53 *cf = tb->CFL[h];
65 *cf = tb->CFL[h];
507 if ( pointer_amount > 0 ) /* insert lkey[h]-th key from CFL[h] to left neighbor L[h] */
509 /* internal_insert_key (tb->L[h], B_NR_ITEM(tb->L[h]), tb->CFL[h], tb->lkey[h]);*/
548 if (tb->CFL[h])
549 replace_key (tb, cf, d_key_position, tb->CFL[h], tb->lkey[h]);
670 /*internal_shift_right (tb, h, tb->L[h], tb->CFL[h], tb->lkey[h], tb->S[h], -tb->lnum[h]);*/
688 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]);*/
707 RFALSE( tb->L[h] == NULL || tb->CFL[h] == NULL,
708 "L[h](%p) and CFL[
[all...]
H A Dprints.c595 "* h * S * L * R * F * FL * FR * CFL * CFR *\n",
620 (tb->CFL[h]) ? (tb->CFL[h]->b_blocknr):(-1),
H A Dlbalance.c613 replace_key (tb, tb->CFL[0], tb->lkey[0], PATH_H_PPARENT (tb->tb_path, 0), 0);
616 /* replace lkey in CFL[0] by 0-th key from S[0]; */
617 replace_key (tb, tb->CFL[0], tb->lkey[0], S0, 0);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h1288 struct buffer_head * CFL[MAX_HEIGHT]; /* array of common parents of center node and its left neighbor */ member in struct:tree_balance
1306 S[h] to its item number within the node CFL[h] */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h1288 struct buffer_head * CFL[MAX_HEIGHT]; /* array of common parents of center node and its left neighbor */ member in struct:tree_balance
1306 S[h] to its item number within the node CFL[h] */

Completed in 118 milliseconds