Lines Matching refs:CFL
93 if (!item_pos && tb->CFL[0]) {
95 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, 0);
98 replace_key(tb, tb->CFL[0], tb->lkey[0],
103 RFALSE(!item_pos && !tb->CFL[0],
104 "PAP-12020: tb->CFL[0]==%p, tb->L[0]==%p", tb->CFL[0],
130 RFALSE(!item_pos && !pos_in_item && !tb->CFL[0],
131 "PAP-12030: can not change delimiting key. CFL[0]=%p",
132 tb->CFL[0]);
134 if (!item_pos && !pos_in_item && tb->CFL[0])
135 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, 0);
162 replace_key(tb, tb->CFL[0],
490 left_delim_key = internal_key(tb->CFL[0], tb->lkey[0]);
1271 if (tb->CFL[0]) /* can be 0 in reiserfsck */
1272 replace_key(tb, tb->CFL[0], tb->lkey[0], tbS0, 0);
1300 RFALSE(!tb->CFL[0] || !tb->L[0],
1301 "PAP-12270: CFL[0]/L[0] must be specified");
1302 if (tb->CFL[0])
1303 replace_key(tb, tb->CFL[0], tb->lkey[0],
1437 if (tb->CFL[0]) {
1441 copy_key(internal_key(tb->CFL[0], tb->lkey[0]),
1443 do_balance_mark_internal_dirty(tb, tb->CFL[0], 0);
1666 retval |= locked_or_not_in_tree(tb, tb->CFL[0], "CFL[0]");