Searched refs:CFR (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/
H A Ddo_balan.c218 replace_key(tb, tb->CFR[0], tb->rkey[0],
796 replace_key(tb, tb->CFR[0], tb->rkey[0],
822 replace_key(tb, tb->CFR[0],
902 CFR
987 CFR
995 (tb->CFR[0],
1000 k_offset (B_N_PDELIM_KEY(tb->CFR[0],tb->rkey[0])) += n_rem;*/
1002 (tb, tb->CFR[0], 0);
1091 tb->CFR[0],
1138 if (!tb->CFR[
[all...]
H A Dfix_node.c167 if (tb->CFR[0]) {
170 key = B_N_PDELIM_KEY(tb->CFR[0], tb->rkey[0]);
678 if (tb->CFR[0]
680 B_N_PDELIM_KEY(tb->CFR[0],
761 brelse(tb->CFR[i]);
768 tb->CFR[i] = NULL;
1075 * FR[path_offset], CFL[path_offset], CFR[path_offset].
1095 brelse(tb->CFR[h]);
1099 tb->CFR[h] = NULL;
1137 Calculate current common parent of R[h] and current node. Note that CFR[
[all...]
H A Dibalance.c70 *cf = tb->CFR[h];
83 *cf = tb->CFR[h];
577 if (pointer_amount > 0) /* insert rkey from CFR[h] to right neighbor R[h] */
579 /* internal_insert_key (tb->R[h], 0, tb->CFR[h], tb->rkey[h]); */
688 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]); */
728 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL,
729 "R[h](%p) and CFR[h](%p) must exist in replace_rkey",
730 tb->R[h], tb->CFR[h]);
735 memcpy(B_N_PDELIM_KEY(tb->CFR[h], tb->rkey[h]), key, KEY_SIZE);
737 do_balance_mark_internal_dirty(tb, tb->CFR[
[all...]
H A Dprints.c625 "* h * S * L * R * F * FL * FR * CFL * CFR *\n",
657 (tb->CFR[h]) ? (long long)(tb->CFR[h]->
H A Dlbalance.c717 /* replace rkey in CFR[0] by the 0-th key from R[0] */
719 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/reiserfs/
H A Ddo_balan.c218 replace_key(tb, tb->CFR[0], tb->rkey[0],
796 replace_key(tb, tb->CFR[0], tb->rkey[0],
822 replace_key(tb, tb->CFR[0],
902 CFR
987 CFR
995 (tb->CFR[0],
1000 k_offset (B_N_PDELIM_KEY(tb->CFR[0],tb->rkey[0])) += n_rem;*/
1002 (tb, tb->CFR[0], 0);
1091 tb->CFR[0],
1138 if (!tb->CFR[
[all...]
H A Dfix_node.c167 if (tb->CFR[0]) {
170 key = B_N_PDELIM_KEY(tb->CFR[0], tb->rkey[0]);
678 if (tb->CFR[0]
680 B_N_PDELIM_KEY(tb->CFR[0],
761 brelse(tb->CFR[i]);
768 tb->CFR[i] = NULL;
1075 * FR[path_offset], CFL[path_offset], CFR[path_offset].
1095 brelse(tb->CFR[h]);
1099 tb->CFR[h] = NULL;
1137 Calculate current common parent of R[h] and current node. Note that CFR[
[all...]
H A Dibalance.c70 *cf = tb->CFR[h];
83 *cf = tb->CFR[h];
577 if (pointer_amount > 0) /* insert rkey from CFR[h] to right neighbor R[h] */
579 /* internal_insert_key (tb->R[h], 0, tb->CFR[h], tb->rkey[h]); */
688 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]); */
728 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL,
729 "R[h](%p) and CFR[h](%p) must exist in replace_rkey",
730 tb->R[h], tb->CFR[h]);
735 memcpy(B_N_PDELIM_KEY(tb->CFR[h], tb->rkey[h]), key, KEY_SIZE);
737 do_balance_mark_internal_dirty(tb, tb->CFR[
[all...]
H A Dprints.c625 "* h * S * L * R * F * FL * FR * CFL * CFR *\n",
657 (tb->CFR[h]) ? (long long)(tb->CFR[h]->
H A Dlbalance.c717 /* replace rkey in CFR[0] by the 0-th key from R[0] */
719 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dcmd640.c135 #define CFR 0x50 macro
191 * This is read from the CFR reg, and is used in several places.
325 b = get_cmd640_reg(CFR);
328 b = get_cmd640_reg(CFR);
636 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
755 cfr = get_cmd640_reg(CFR);
H A Dcmd64x.c27 #define CFR 0x50 macro
204 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
231 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dcmd640.c135 #define CFR 0x50 macro
191 * This is read from the CFR reg, and is used in several places.
325 b = get_cmd640_reg(CFR);
328 b = get_cmd640_reg(CFR);
636 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
755 cfr = get_cmd640_reg(CFR);
H A Dcmd64x.c27 #define CFR 0x50 macro
204 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
231 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dpata_cmd64x.c42 CFR = 0x50, enumerator in enum:__anon26275
241 int dma_reg = ap->port_no ? ARTTIM23 : CFR;
H A Dpata_cmd640.c34 CFR = 0x50, enumerator in enum:__anon26274
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dpata_cmd64x.c42 CFR = 0x50, enumerator in enum:__anon14582
241 int dma_reg = ap->port_no ? ARTTIM23 : CFR;
H A Dpata_cmd640.c34 CFR = 0x50, enumerator in enum:__anon14581
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h1496 struct buffer_head *CFR[MAX_HEIGHT]; /* array of common parents of center node and its right neighbor */ member in struct:tree_balance
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1496 struct buffer_head *CFR[MAX_HEIGHT]; /* array of common parents of center node and its right neighbor */ member in struct:tree_balance

Completed in 141 milliseconds