Lines Matching refs:p_node

584 		node = &path->p_node[i];  in ocfs2_reinit_path()
630 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_cp_path()
631 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path()
633 if (dest->p_node[i].bh) in ocfs2_cp_path()
634 get_bh(dest->p_node[i].bh); in ocfs2_cp_path()
650 brelse(dest->p_node[i].bh); in ocfs2_mv_path()
652 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_mv_path()
653 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path()
655 src->p_node[i].bh = NULL; in ocfs2_mv_path()
656 src->p_node[i].el = NULL; in ocfs2_mv_path()
678 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb()
679 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb()
734 return access(handle, ci, path->p_node[idx].bh, in ocfs2_path_bh_journal_access()
1774 } while (left->p_node[i].bh->b_blocknr == in ocfs2_find_subtree_root()
1775 right->p_node[i].bh->b_blocknr); in ocfs2_find_subtree_root()
2046 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2071 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2075 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2080 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2081 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2087 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2088 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2096 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2097 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2098 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2101 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert()
2103 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2140 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2141 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2227 el = path->p_node[i].el; in ocfs2_find_cpos_for_left_leaf()
2271 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_left_leaf()
2468 right_path->p_node[start].bh->b_blocknr, in ocfs2_rotate_tree_right()
2551 el = path->p_node[i].el; in ocfs2_update_edge_lengths()
2558 ocfs2_journal_dirty(handle, path->p_node[i].bh); in ocfs2_update_edge_lengths()
2575 bh = path->p_node[i].bh; in ocfs2_unlink_path()
2617 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree()
2618 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; in ocfs2_unlink_subtree()
2621 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data; in ocfs2_unlink_subtree()
2659 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2660 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
2825 el = path->p_node[i].el; in ocfs2_find_cpos_for_right_leaf()
2867 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_right_leaf()
2952 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left()
3396 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3397 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3558 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3559 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()
3964 bh = path->p_node[i].bh; in ocfs2_adjust_rightmost_records()
3965 el = path->p_node[i].el; in ocfs2_adjust_rightmost_records()