Searched refs:p_s_curf (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | fix_node.c | 1074 struct buffer_head * p_s_curf, in get_parents() local 1093 p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1); in get_parents() 1094 get_bh(p_s_curf) ; in get_parents() 1095 get_bh(p_s_curf) ; in get_parents() 1103 if ( (n_ret_value = get_far_parent(p_s_tb, n_h + 1, &p_s_curf, in get_parents() 1109 p_s_tb->FL[n_h] = p_s_curf; /* New initialization of FL[n_h]. */ in get_parents() 1113 RFALSE( (p_s_curf && !B_IS_IN_TREE (p_s_curf)) || 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() [all …]
|