Lines Matching refs:p_s_parent
311 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()
373 return B_N_PDELIM_KEY(p_s_parent, n_position); in get_rkey()