Searched refs:p_s_curcf (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | fix_node.c | 1075 * p_s_curcf; in get_parents() local 1093 p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1); in get_parents() 1104 &p_s_curcf, LEFT_PARENTS)) != CARRY_ON ) in get_parents() 1111 p_s_tb->CFL[n_h] = p_s_curcf; /* New initialization of CFL[n_h]. */ in get_parents() 1114 (p_s_curcf && !B_IS_IN_TREE (p_s_curcf)), in get_parents() 1115 "PAP-8195: FL (%b) or CFL (%b) is invalid", p_s_curf, p_s_curcf); in get_parents() 1124 …if ( (n_ret_value = get_far_parent(p_s_tb, n_h + 1, &p_s_curf, &p_s_curcf, RIGHT_PARENTS)) != CAR… in get_parents() 1130 p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1); in get_parents() 1140 p_s_tb->CFR[n_h] = p_s_curcf; /* New initialization of CFR[n_path_offset]. */ in get_parents() 1143 (p_s_curcf && !B_IS_IN_TREE (p_s_curcf)), in get_parents() [all …]
|