Home
last modified time | relevance | path

Searched refs:p_s_parent (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/reiserfs/
Dstree.c311 struct buffer_head * p_s_parent; in get_lkey() local
323 if ( ! B_IS_IN_TREE(p_s_parent = PATH_OFFSET_PBUFFER(p_s_chk_path, n_path_offset)) ) in get_lkey()
326 if ( (n_position = PATH_OFFSET_POSITION(p_s_chk_path, n_path_offset)) > B_NR_ITEMS(p_s_parent) ) in get_lkey()
329 if ( B_N_CHILD_NUM(p_s_parent, n_position) != in get_lkey()
334 return B_N_PDELIM_KEY(p_s_parent, n_position - 1); in get_lkey()
351 struct buffer_head * p_s_parent; in get_rkey() local
362 if ( ! B_IS_IN_TREE(p_s_parent = PATH_OFFSET_PBUFFER(p_s_chk_path, n_path_offset)) ) in get_rkey()
365 if ( (n_position = PATH_OFFSET_POSITION(p_s_chk_path, n_path_offset)) > B_NR_ITEMS(p_s_parent) ) in get_rkey()
368 if ( B_N_CHILD_NUM(p_s_parent, n_position) != in get_rkey()
372 if ( n_position != B_NR_ITEMS(p_s_parent) ) in get_rkey()
[all …]
Dfix_node.c962 struct buffer_head * p_s_parent; in get_far_parent() local
982 if ( ! B_IS_IN_TREE(p_s_parent = PATH_OFFSET_PBUFFER(p_s_path, n_counter - 1)) ) in get_far_parent()
985 if ( (n_position = PATH_OFFSET_POSITION(p_s_path, n_counter - 1)) > B_NR_ITEMS(p_s_parent) ) in get_far_parent()
988 if ( B_N_CHILD_NUM(p_s_parent, n_position) != in get_far_parent()
993 n_first_last_position = B_NR_ITEMS (p_s_parent); in get_far_parent()
995 *pp_s_com_father = p_s_parent; in get_far_parent()