/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | do_balan.c | 93 if (!item_pos && tb->CFL[0]) { in balance_leaf_when_delete_del() 95 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, 0); in balance_leaf_when_delete_del() 98 replace_key(tb, tb->CFL[0], tb->lkey[0], in balance_leaf_when_delete_del() 103 RFALSE(!item_pos && !tb->CFL[0], in balance_leaf_when_delete_del() 104 "PAP-12020: tb->CFL[0]==%p, tb->L[0]==%p", tb->CFL[0], in balance_leaf_when_delete_del() 130 RFALSE(!item_pos && !pos_in_item && !tb->CFL[0], in balance_leaf_when_delete_cut() 131 "PAP-12030: can not change delimiting key. CFL[0]=%p", in balance_leaf_when_delete_cut() 132 tb->CFL[0]); in balance_leaf_when_delete_cut() 134 if (!item_pos && !pos_in_item && tb->CFL[ in balance_leaf_when_delete_cut() [all...] |
H A D | fix_node.c | 808 brelse(tb->CFL[i]); in free_buffers_in_tb() 815 tb->CFL[i] = NULL; in free_buffers_in_tb() 1165 * F[path_offset], FL[path_offset], FR[path_offset], CFL[path_offset], 1188 brelse(tb->CFL[h]); in get_parents() 1192 tb->CFL[h] = NULL; in get_parents() 1212 * Note that CFL[path_offset] not equal FL[path_offset] and in get_parents() 1213 * CFL[path_offset] not equal F[path_offset]. in get_parents() 1224 brelse(tb->CFL[h]); in get_parents() 1225 tb->CFL[h] = curcf; /* New initialization of CFL[ in get_parents() [all...] |
H A D | ibalance.c | 50 *cf = tb->CFL[h]; in internal_define_dest_src_infos() 63 *cf = tb->CFL[h]; in internal_define_dest_src_infos() 544 /* insert lkey[h]-th key from CFL[h] to left neighbor L[h] */ in internal_shift1_left() 590 if (tb->CFL[h]) in internal_shift_right() 591 replace_key(tb, cf, d_key_position, tb->CFL[h], in internal_shift_right() 746 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]); */ in balance_internal_when_delete() 762 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL, in replace_lkey() 763 "L[h](%p) and CFL[h](%p) must exist in replace_lkey", in replace_lkey() 764 tb->L[h], tb->CFL[h]); in replace_lkey() 769 memcpy(internal_key(tb->CFL[ in replace_lkey() [all...] |
H A D | prints.c | 653 "* h * S * L * R * F * FL * FR * CFL * CFR *\n", in store_print_tb() 683 (tb->CFL[h]) ? (long long)(tb->CFL[h]-> in store_print_tb()
|
H A D | lbalance.c | 769 replace_key(tb, tb->CFL[0], tb->lkey[0], in leaf_shift_left() 773 /* replace lkey in CFL[0] by 0-th key from S[0]; */ in leaf_shift_left() 774 replace_key(tb, tb->CFL[0], tb->lkey[0], S0, 0); in leaf_shift_left()
|
H A D | reiserfs.h | 2425 struct buffer_head *CFL[MAX_HEIGHT]; member 2453 * S[h] to its item number within the node CFL[h]
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | do_balan.c | 93 if (!item_pos && tb->CFL[0]) { in balance_leaf_when_delete_del() 95 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, 0); in balance_leaf_when_delete_del() 98 replace_key(tb, tb->CFL[0], tb->lkey[0], in balance_leaf_when_delete_del() 103 RFALSE(!item_pos && !tb->CFL[0], in balance_leaf_when_delete_del() 104 "PAP-12020: tb->CFL[0]==%p, tb->L[0]==%p", tb->CFL[0], in balance_leaf_when_delete_del() 130 RFALSE(!item_pos && !pos_in_item && !tb->CFL[0], in balance_leaf_when_delete_cut() 131 "PAP-12030: can not change delimiting key. CFL[0]=%p", in balance_leaf_when_delete_cut() 132 tb->CFL[0]); in balance_leaf_when_delete_cut() 134 if (!item_pos && !pos_in_item && tb->CFL[ in balance_leaf_when_delete_cut() [all...] |
H A D | fix_node.c | 808 brelse(tb->CFL[i]); in free_buffers_in_tb() 815 tb->CFL[i] = NULL; in free_buffers_in_tb() 1165 * F[path_offset], FL[path_offset], FR[path_offset], CFL[path_offset], 1188 brelse(tb->CFL[h]); in get_parents() 1192 tb->CFL[h] = NULL; in get_parents() 1212 * Note that CFL[path_offset] not equal FL[path_offset] and in get_parents() 1213 * CFL[path_offset] not equal F[path_offset]. in get_parents() 1224 brelse(tb->CFL[h]); in get_parents() 1225 tb->CFL[h] = curcf; /* New initialization of CFL[ in get_parents() [all...] |
H A D | ibalance.c | 50 *cf = tb->CFL[h]; in internal_define_dest_src_infos() 63 *cf = tb->CFL[h]; in internal_define_dest_src_infos() 544 /* insert lkey[h]-th key from CFL[h] to left neighbor L[h] */ in internal_shift1_left() 590 if (tb->CFL[h]) in internal_shift_right() 591 replace_key(tb, cf, d_key_position, tb->CFL[h], in internal_shift_right() 746 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]); */ in balance_internal_when_delete() 762 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL, in replace_lkey() 763 "L[h](%p) and CFL[h](%p) must exist in replace_lkey", in replace_lkey() 764 tb->L[h], tb->CFL[h]); in replace_lkey() 769 memcpy(internal_key(tb->CFL[ in replace_lkey() [all...] |
H A D | prints.c | 653 "* h * S * L * R * F * FL * FR * CFL * CFR *\n", in store_print_tb() 683 (tb->CFL[h]) ? (long long)(tb->CFL[h]-> in store_print_tb()
|
H A D | lbalance.c | 769 replace_key(tb, tb->CFL[0], tb->lkey[0], in leaf_shift_left() 773 /* replace lkey in CFL[0] by 0-th key from S[0]; */ in leaf_shift_left() 774 replace_key(tb, tb->CFL[0], tb->lkey[0], S0, 0); in leaf_shift_left()
|
H A D | reiserfs.h | 2422 struct buffer_head *CFL[MAX_HEIGHT]; member 2450 * S[h] to its item number within the node CFL[h]
|
/kernel/linux/linux-5.10/arch/x86/um/vdso/ |
H A D | Makefile | 44 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro 48 $(vobjs): KBUILD_CFLAGS += $(CFL)
|
/kernel/linux/linux-6.6/arch/x86/um/vdso/ |
H A D | Makefile | 47 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro 51 $(vobjs): KBUILD_CFLAGS += $(CFL)
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | Makefile | 82 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro 89 CFL += $(RETPOLINE_VDSO_CFLAGS) 93 $(vobjs): KBUILD_CFLAGS := $(filter-out $(GCC_PLUGINS_CFLAGS) $(RETPOLINE_CFLAGS),$(KBUILD_CFLAGS)) $(CFL)
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | Makefile | 84 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro 91 CFL += $(RETPOLINE_VDSO_CFLAGS) 95 $(vobjs): KBUILD_CFLAGS := $(filter-out $(PADDING_CFLAGS) $(CC_FLAGS_LTO) $(CC_FLAGS_CFI) $(RANDSTRUCT_CFLAGS) $(GCC_PLUGINS_CFLAGS) $(RETPOLINE_CFLAGS),$(KBUILD_CFLAGS)) $(CFL)
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | Makefile | 54 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro 61 $(vobjs): KBUILD_CFLAGS := $(filter-out $(GCC_PLUGINS_CFLAGS) $(SPARC_REG_CFLAGS),$(KBUILD_CFLAGS)) $(CFL)
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | Makefile | 54 CFL := $(PROFILING) -mcmodel=medlow -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro 61 $(vobjs): KBUILD_CFLAGS := $(filter-out $(RANDSTRUCT_CFLAGS) $(GCC_PLUGINS_CFLAGS) $(SPARC_REG_CFLAGS),$(KBUILD_CFLAGS)) $(CFL)
|