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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfix_node.c167 if (tb->CFR[0]) {
170 key = B_N_PDELIM_KEY(tb->CFR[0], tb->rkey[0]);
680 if (tb->CFR[0]
682 B_N_PDELIM_KEY(tb->CFR[0],
768 decrement_bcount(p_s_tb->CFR[n_counter]);
769 p_s_tb->CFR[n_counter] = NULL;
1069 * FR[n_path_offset], CFL[n_path_offset], CFR[n_path_offset].
1089 decrement_bcount(p_s_tb->CFR[n_h]);
1091 p_s_tb->CFR[n_h] = NULL;
1129 Calculate current common parent of R[n_h] and current node. Note that CFR[n_
[all...]
H A Ddo_balan.c196 replace_key(tb, tb->CFR[0], tb->rkey[0],
802 replace_key(tb, tb->CFR[0], tb->rkey[0],
832 replace_key(tb, tb->CFR[0],
919 CFR
1004 CFR
1012 (tb->CFR[0],
1017 k_offset (B_N_PDELIM_KEY(tb->CFR[0],tb->rkey[0])) += n_rem;*/
1019 (tb, tb->CFR[0], 0);
1118 tb->CFR[0],
1165 if (!tb->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.c597 "* h * S * L * R * F * FL * FR * CFL * CFR *\n",
629 (tb->CFR[h]) ? (long long)(tb->CFR[h]->
H A Dlbalance.c715 /* replace rkey in CFR[0] by the 0-th key from R[0] */
717 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_cmd640.c34 CFR = 0x50, enumerator in enum:__anon3876
229 pci_read_config_byte(pdev, CFR, &r);
H A Dpata_cmd64x.c41 CFR = 0x50, enumerator in enum:__anon3877
233 int dma_reg = ap->port_no ? ARTTIM2 : CFR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcmd640.c143 #define CFR 0x50 macro
202 * This is read from the CFR reg, and is used in several places.
336 b = get_cmd640_reg(CFR);
339 b = get_cmd640_reg(CFR);
757 cfr = get_cmd640_reg(CFR);
H A Dcmd64x.c38 #define CFR 0x50 macro
99 (void) pci_read_config_byte(dev, CFR, &reg50);
384 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
423 int irq_reg = hwif->channel ? ARTTIM23 : CFR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1335 struct buffer_head *CFR[MAX_HEIGHT]; /* array of common parents of center node and its right neighbor */ member in struct:tree_balance

Completed in 122 milliseconds