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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dfix_node.c165 if (tb->CFR[0]) {
168 key = B_N_PDELIM_KEY (tb->CFR[0], tb->rkey[0]);
653 if (tb->CFR[0] && !comp_short_le_keys (&(ih->ih_key), B_N_PDELIM_KEY (tb->CFR[0], tb->rkey[0])))
743 decrement_bcount(p_s_tb->CFR[n_counter]);
744 p_s_tb->CFR[n_counter] = NULL;
1063 * FR[n_path_offset], CFL[n_path_offset], CFR[n_path_offset].
1084 decrement_bcount(p_s_tb->CFR[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;
1122 Calculate current common parent of R[n_h] and current node. Note that CFR[n_
[all...]
H A Ddo_balan.c193 replace_key(tb, tb->CFR[0],tb->rkey[0],tb->R[0],0);
591 replace_key(tb, tb->CFR[0],tb->rkey[0],tb->R[0],0);
612 replace_key(tb, tb->CFR[0],tb->rkey[0],tb->R[0],0);
664 replace_key(tb, tb->CFR[0],tb->rkey[0],tb->R[0],0);
699 set_le_key_k_offset (version, B_N_PDELIM_KEY(tb->CFR[0],tb->rkey[0]),
700 le_key_k_offset (version, B_N_PDELIM_KEY(tb->CFR[0],tb->rkey[0])) + n_rem);
703 k_offset (B_N_PDELIM_KEY(tb->CFR[0],tb->rkey[0])) += n_rem;*/
704 do_balance_mark_internal_dirty (tb, tb->CFR[0], 0);
764 replace_key(tb, tb->CFR[0],tb->rkey[0],tb->R[0],0);
802 if (!tb->CFR[
[all...]
H A Dibalance.c78 *cf = tb->CFR[h];
91 *cf = tb->CFR[h];
575 if (pointer_amount > 0) /* insert rkey from CFR[h] to right neighbor R[h] */
577 /* internal_insert_key (tb->R[h], 0, tb->CFR[h], tb->rkey[h]);*/
679 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]);*/
727 RFALSE( tb->R[h] == NULL || tb->CFR[h] == NULL,
728 "R[h](%p) and CFR[h](%p) must exist in replace_rkey",
729 tb->R[h], tb->CFR[h]);
734 memcpy (B_N_PDELIM_KEY(tb->CFR[h],tb->rkey[h]), key, KEY_SIZE);
736 do_balance_mark_internal_dirty (tb, tb->CFR[
[all...]
H A Dprints.c595 "* h * S * L * R * F * FL * FR * CFL * CFR *\n",
621 (tb->CFR[h]) ? (tb->CFR[h]->b_blocknr):(-1));
H A Dlbalance.c652 /* replace rkey in CFR[0] by the 0-th key from R[0] */
654 replace_key (tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dcmd640.c145 #define CFR 0x50 macro
204 * This is read from the CFR reg, and is used in several places.
349 b = get_cmd640_reg(CFR);
352 b = get_cmd640_reg(CFR);
736 cfr = get_cmd640_reg(CFR);
H A Dcmd64x.c44 #define CFR 0x50 macro
121 (void) pci_read_config_byte(bmide_dev, CFR, &reg50);
175 p += sprintf(p, "CFR = 0x%02x, HI = 0x%02x, LOW = 0x%02x\n", reg50, hi_byte, lo_byte);
865 byte dma_reg = (HWIF(drive)->channel) ? ARTTIM2 : CFR;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h1289 struct buffer_head * CFR[MAX_HEIGHT]; /* array of common parents of center node and its right neighbor */ member in struct:tree_balance
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h1289 struct buffer_head * CFR[MAX_HEIGHT]; /* array of common parents of center node and its right neighbor */ member in struct:tree_balance

Completed in 83 milliseconds