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()
2083 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2087 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2092 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2093 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2099 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2100 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2108 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2109 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2110 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2113 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert()
2115 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2152 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2153 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2239 el = path->p_node[i].el; in ocfs2_find_cpos_for_left_leaf()
2283 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_left_leaf()
2480 right_path->p_node[start].bh->b_blocknr, in ocfs2_rotate_tree_right()
2563 el = path->p_node[i].el; in ocfs2_update_edge_lengths()
2570 ocfs2_journal_dirty(handle, path->p_node[i].bh); in ocfs2_update_edge_lengths()
2587 bh = path->p_node[i].bh; in ocfs2_unlink_path()
2629 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree()
2630 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; in ocfs2_unlink_subtree()
2633 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data; in ocfs2_unlink_subtree()
2671 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2672 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
2837 el = path->p_node[i].el; in ocfs2_find_cpos_for_right_leaf()
2879 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_right_leaf()
2964 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left()
3408 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3409 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3570 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3571 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()
3976 bh = path->p_node[i].bh; in ocfs2_adjust_rightmost_records()
3977 el = path->p_node[i].el; in ocfs2_adjust_rightmost_records()