Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dfix_node.c150 if (tb->CFR[0]) { in create_virtual_node()
153 key = internal_key(tb->CFR[0], tb->rkey[0]); in create_virtual_node()
721 if (tb->CFR[0] in are_leaves_removable()
723 internal_key(tb->CFR[0], in are_leaves_removable()
809 brelse(tb->CFR[i]); in free_buffers_in_tb()
816 tb->CFR[i] = NULL; in free_buffers_in_tb()
1166 * CFR[path_offset].
1190 brelse(tb->CFR[h]); in get_parents()
1194 tb->CFR[h] = NULL; in get_parents()
1238 * R[h] and current node. Note that CFR[ in get_parents()
[all...]
H A Ddo_balan.c183 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_when_delete_left()
677 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_insert_right()
700 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_insert_right()
748 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_paste_right_shift_dirent()
809 add_le_key_k_offset(version, internal_key(tb->CFR[0], tb->rkey[0]), in balance_leaf_paste_right_shift()
812 do_balance_mark_internal_dirty(tb, tb->CFR[0], 0); in balance_leaf_paste_right_shift()
871 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_paste_right_whole()
1438 if (!tb->CFR[0]) in balance_leaf()
1440 "CFR not initialized"); in balance_leaf()
1442 internal_key(tb->CFR[ in balance_leaf()
[all...]
H A Dibalance.c77 *cf = tb->CFR[h]; in internal_define_dest_src_infos()
90 *cf = tb->CFR[h]; in internal_define_dest_src_infos()
619 /* insert rkey from CFR[h] to right neighbor R[h] */ in internal_shift1_right()
736 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]); */ in balance_internal_when_delete()
777 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL, in replace_rkey()
778 "R[h](%p) and CFR[h](%p) must exist in replace_rkey", in replace_rkey()
779 tb->R[h], tb->CFR[h]); in replace_rkey()
784 memcpy(internal_key(tb->CFR[h], tb->rkey[h]), key, KEY_SIZE); in replace_rkey()
786 do_balance_mark_internal_dirty(tb, tb->CFR[h], 0); in replace_rkey()
926 * check how many of new items fall into R or CFR in balance_internal()
[all...]
H A Dprints.c653 "* h * S * L * R * F * FL * FR * CFL * CFR *\n", in store_print_tb()
685 (tb->CFR[h]) ? (long long)(tb->CFR[h]-> in store_print_tb()
H A Dlbalance.c805 /* replace rkey in CFR[0] by the 0-th key from R[0] */ in leaf_shift_right()
807 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in leaf_shift_right()
H A Dreiserfs.h2428 struct buffer_head *CFR[MAX_HEIGHT]; member
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dfix_node.c150 if (tb->CFR[0]) { in create_virtual_node()
153 key = internal_key(tb->CFR[0], tb->rkey[0]); in create_virtual_node()
721 if (tb->CFR[0] in are_leaves_removable()
723 internal_key(tb->CFR[0], in are_leaves_removable()
809 brelse(tb->CFR[i]); in free_buffers_in_tb()
816 tb->CFR[i] = NULL; in free_buffers_in_tb()
1166 * CFR[path_offset].
1190 brelse(tb->CFR[h]); in get_parents()
1194 tb->CFR[h] = NULL; in get_parents()
1238 * R[h] and current node. Note that CFR[ in get_parents()
[all...]
H A Ddo_balan.c183 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_when_delete_left()
677 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_insert_right()
700 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_insert_right()
748 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_paste_right_shift_dirent()
809 add_le_key_k_offset(version, internal_key(tb->CFR[0], tb->rkey[0]), in balance_leaf_paste_right_shift()
812 do_balance_mark_internal_dirty(tb, tb->CFR[0], 0); in balance_leaf_paste_right_shift()
871 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_paste_right_whole()
1438 if (!tb->CFR[0]) in balance_leaf()
1440 "CFR not initialized"); in balance_leaf()
1442 internal_key(tb->CFR[ in balance_leaf()
[all...]
H A Dibalance.c77 *cf = tb->CFR[h]; in internal_define_dest_src_infos()
90 *cf = tb->CFR[h]; in internal_define_dest_src_infos()
619 /* insert rkey from CFR[h] to right neighbor R[h] */ in internal_shift1_right()
736 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]); */ in balance_internal_when_delete()
777 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL, in replace_rkey()
778 "R[h](%p) and CFR[h](%p) must exist in replace_rkey", in replace_rkey()
779 tb->R[h], tb->CFR[h]); in replace_rkey()
784 memcpy(internal_key(tb->CFR[h], tb->rkey[h]), key, KEY_SIZE); in replace_rkey()
786 do_balance_mark_internal_dirty(tb, tb->CFR[h], 0); in replace_rkey()
926 * check how many of new items fall into R or CFR in balance_internal()
[all...]
H A Dprints.c653 "* h * S * L * R * F * FL * FR * CFL * CFR *\n", in store_print_tb()
685 (tb->CFR[h]) ? (long long)(tb->CFR[h]-> in store_print_tb()
H A Dlbalance.c805 /* replace rkey in CFR[0] by the 0-th key from R[0] */ in leaf_shift_right()
807 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in leaf_shift_right()
H A Dreiserfs.h2425 struct buffer_head *CFR[MAX_HEIGHT]; member
/kernel/linux/linux-5.10/drivers/ide/
H A Dcmd640.c137 #define CFR 0x50 macro
193 * This is read from the CFR reg, and is used in several places.
327 b = get_cmd640_reg(CFR); in probe_for_cmd640_vlb()
330 b = get_cmd640_reg(CFR); in probe_for_cmd640_vlb()
638 int irq_reg = hwif->channel ? ARTTIM23 : CFR; in cmd640_test_irq()
757 cfr = get_cmd640_reg(CFR); in cmd640x_init()
H A Dcmd64x.c28 #define CFR 0x50 macro
208 int irq_reg = hwif->channel ? ARTTIM23 : CFR; in cmd64x_clear_irq()
235 int irq_reg = hwif->channel ? ARTTIM23 : CFR; in cmd64x_test_irq()
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_cmd640.c34 CFR = 0x50, enumerator
167 int irq_reg = ap->port_no ? ARTIM23 : CFR; in cmd640_sff_irq_check()
H A Dpata_cmd64x.c43 CFR = 0x50, enumerator
236 * Check IDE interrupt in CFR/ARTTIM23 registers.
243 int irq_reg = ap->port_no ? ARTTIM23 : CFR; in cmd64x_sff_irq_check()
256 * Clear IDE interrupt in CFR/ARTTIM23 and DMA status registers.
262 int irq_reg = ap->port_no ? ARTTIM23 : CFR; in cmd64x_sff_irq_clear()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_cmd640.c34 CFR = 0x50, enumerator
167 int irq_reg = ap->port_no ? ARTIM23 : CFR; in cmd640_sff_irq_check()
H A Dpata_cmd64x.c43 CFR = 0x50, enumerator
236 * Check IDE interrupt in CFR/ARTTIM23 registers.
243 int irq_reg = ap->port_no ? ARTTIM23 : CFR; in cmd64x_sff_irq_check()
256 * Clear IDE interrupt in CFR/ARTTIM23 and DMA status registers.
262 int irq_reg = ap->port_no ? ARTTIM23 : CFR; in cmd64x_sff_irq_clear()

Completed in 41 milliseconds