Lines Matching refs:p_node
582 node = &path->p_node[i]; in ocfs2_reinit_path()
628 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_cp_path()
629 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path()
631 if (dest->p_node[i].bh) in ocfs2_cp_path()
632 get_bh(dest->p_node[i].bh); in ocfs2_cp_path()
648 brelse(dest->p_node[i].bh); in ocfs2_mv_path()
650 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_mv_path()
651 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path()
653 src->p_node[i].bh = NULL; in ocfs2_mv_path()
654 src->p_node[i].el = NULL; in ocfs2_mv_path()
676 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb()
677 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb()
732 return access(handle, ci, path->p_node[idx].bh, in ocfs2_path_bh_journal_access()
1778 } while (left->p_node[i].bh->b_blocknr == in ocfs2_find_subtree_root()
1779 right->p_node[i].bh->b_blocknr); in ocfs2_find_subtree_root()
2075 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2079 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2084 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2085 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2091 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2092 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2100 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2101 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2102 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2105 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert()
2107 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2144 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2145 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2231 el = path->p_node[i].el; in ocfs2_find_cpos_for_left_leaf()
2275 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_left_leaf()
2472 right_path->p_node[start].bh->b_blocknr, in ocfs2_rotate_tree_right()
2555 el = path->p_node[i].el; in ocfs2_update_edge_lengths()
2562 ocfs2_journal_dirty(handle, path->p_node[i].bh); in ocfs2_update_edge_lengths()
2579 bh = path->p_node[i].bh; in ocfs2_unlink_path()
2621 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree()
2622 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; in ocfs2_unlink_subtree()
2625 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data; in ocfs2_unlink_subtree()
2663 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2664 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
2829 el = path->p_node[i].el; in ocfs2_find_cpos_for_right_leaf()
2871 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_right_leaf()
2956 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left()
3400 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3401 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3562 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3563 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()
3968 bh = path->p_node[i].bh; in ocfs2_adjust_rightmost_records()
3969 el = path->p_node[i].el; in ocfs2_adjust_rightmost_records()