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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Ddo_balan.c131 if (!item_pos && tb->CFL[0]) {
133 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0,
137 replace_key(tb, tb->CFL[0], tb->lkey[0],
143 RFALSE(!item_pos && !tb->CFL[0],
144 "PAP-12020: tb->CFL[0]==%p, tb->L[0]==%p", tb->CFL[0],
158 RFALSE(!item_pos && !pos_in_item && !tb->CFL[0],
159 "PAP-12030: can not change delimiting key. CFL[0]=%p",
160 tb->CFL[0]);
162 if (!item_pos && !pos_in_item && tb->CFL[
[all...]
H A Dibalance.c45 *cf = tb->CFL[h];
57 *cf = tb->CFL[h];
510 if (pointer_amount > 0) /* insert lkey[h]-th key from CFL[h] to left neighbor L[h] */
513 /* internal_insert_key (tb->L[h], B_NR_ITEM(tb->L[h]), tb->CFL[h], tb->lkey[h]); */
549 if (tb->CFL[h])
550 replace_key(tb, cf, d_key_position, tb->CFL[h],
678 /*internal_shift_right (tb, h, tb->L[h], tb->CFL[h], tb->lkey[h], tb->S[h], -tb->lnum[h]); */
697 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]); */
713 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL,
714 "L[h](%p) and CFL[
[all...]
H A Dfix_node.c760 brelse(tb->CFL[i]);
767 tb->CFL[i] = NULL;
1075 * FR[path_offset], CFL[path_offset], CFR[path_offset].
1093 brelse(tb->CFL[h]);
1097 tb->CFL[h] = NULL;
1115 CFL[path_offset] not equal FL[path_offset] and CFL[path_offset] not equal F[path_offset].
1125 brelse(tb->CFL[h]);
1126 tb->CFL[h] = curcf; /* New initialization of CFL[
[all...]
H A Dprints.c625 "* h * S * L * R * F * FL * FR * CFL * CFR *\n",
655 (tb->CFL[h]) ? (long long)(tb->CFL[h]->
H A Dlbalance.c686 replace_key(tb, tb->CFL[0], tb->lkey[0],
690 /* replace lkey in CFL[0] by 0-th key from S[0]; */
691 replace_key(tb, tb->CFL[0], tb->lkey[0], S0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro
43 $(vobjs): KBUILD_CFLAGS += $(CFL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h1495 struct buffer_head *CFL[MAX_HEIGHT]; /* array of common parents of center node and its left neighbor */ member in struct:tree_balance
1513 S[h] to its item number within the node CFL[h] */

Completed in 205 milliseconds