Home
last modified time | relevance | path

Searched refs:CFL (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Ddo_balan.c131 if (!item_pos && tb->CFL[0]) { in balance_leaf_when_delete()
133 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, in balance_leaf_when_delete()
137 replace_key(tb, tb->CFL[0], tb->lkey[0], in balance_leaf_when_delete()
143 RFALSE(!item_pos && !tb->CFL[0], in balance_leaf_when_delete()
144 "PAP-12020: tb->CFL[0]==%p, tb->L[0]==%p", tb->CFL[0], in balance_leaf_when_delete()
158 RFALSE(!item_pos && !pos_in_item && !tb->CFL[0], in balance_leaf_when_delete()
160 tb->CFL[0]); in balance_leaf_when_delete()
162 if (!item_pos && !pos_in_item && tb->CFL[0]) { in balance_leaf_when_delete()
163 replace_key(tb, tb->CFL[0], tb->lkey[0], in balance_leaf_when_delete()
195 replace_key(tb, tb->CFL[0], in balance_leaf_when_delete()
[all …]
Dfix_node.c761 brelse(tb->CFL[i]); in free_buffers_in_tb()
768 tb->CFL[i] = NULL; in free_buffers_in_tb()
1094 brelse(tb->CFL[h]); in get_parents()
1098 tb->CFL[h] = NULL; in get_parents()
1126 brelse(tb->CFL[h]); in get_parents()
1127 tb->CFL[h] = curcf; /* New initialization of CFL[h]. */ in get_parents()
2217 if (!locked && tb->CFL[i]) { in wait_tb_buffers_until_unlocked()
2219 tb->CFL[i], in wait_tb_buffers_until_unlocked()
2222 (tb->tb_sb, tb->CFL[i])) in wait_tb_buffers_until_unlocked()
2223 locked = tb->CFL[i]; in wait_tb_buffers_until_unlocked()
[all …]
Dibalance.c45 *cf = tb->CFL[h]; in internal_define_dest_src_infos()
57 *cf = tb->CFL[h]; in internal_define_dest_src_infos()
549 if (tb->CFL[h]) in internal_shift_right()
550 replace_key(tb, cf, d_key_position, tb->CFL[h], in internal_shift_right()
713 RFALSE(tb->L[h] == NULL || tb->CFL[h] == NULL, in replace_lkey()
715 tb->L[h], tb->CFL[h]); in replace_lkey()
720 memcpy(B_N_PDELIM_KEY(tb->CFL[h], tb->lkey[h]), key, KEY_SIZE); in replace_lkey()
722 do_balance_mark_internal_dirty(tb, tb->CFL[h], 0); in replace_lkey()
Dprints.c656 (tb->CFL[h]) ? (long long)(tb->CFL[h]-> in store_print_tb()
Dlbalance.c686 replace_key(tb, tb->CFL[0], tb->lkey[0], in leaf_shift_left()
691 replace_key(tb, tb->CFL[0], tb->lkey[0], S0, 0); in leaf_shift_left()
Dreiserfs.h2065 …struct buffer_head *CFL[MAX_HEIGHT]; /* array of common parents of center node and its left neighb… member
/linux-3.4.99/arch/x86/um/vdso/
DMakefile40 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro
44 $(vobjs): KBUILD_CFLAGS += $(CFL)
/linux-3.4.99/arch/x86/vdso/
DMakefile53 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ macro
57 $(vobjs): KBUILD_CFLAGS += $(CFL)