Lines Matching refs:p_node

589 		node = &path->p_node[i];  in ocfs2_reinit_path()
635 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_cp_path()
636 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path()
638 if (dest->p_node[i].bh) in ocfs2_cp_path()
639 get_bh(dest->p_node[i].bh); in ocfs2_cp_path()
655 brelse(dest->p_node[i].bh); in ocfs2_mv_path()
657 dest->p_node[i].bh = src->p_node[i].bh; in ocfs2_mv_path()
658 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path()
660 src->p_node[i].bh = NULL; in ocfs2_mv_path()
661 src->p_node[i].el = NULL; in ocfs2_mv_path()
683 path->p_node[index].bh = eb_bh; in ocfs2_path_insert_eb()
684 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb()
739 return access(handle, ci, path->p_node[idx].bh, in ocfs2_path_bh_journal_access()
1761 } while (left->p_node[i].bh->b_blocknr == in ocfs2_find_subtree_root()
1762 right->p_node[i].bh->b_blocknr); in ocfs2_find_subtree_root()
2038 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2063 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2067 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2073 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2074 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2080 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2081 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2089 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2090 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2091 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2094 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert()
2096 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2134 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2135 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2221 el = path->p_node[i].el; in ocfs2_find_cpos_for_left_leaf()
2266 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_left_leaf()
2463 right_path->p_node[start].bh->b_blocknr, in ocfs2_rotate_tree_right()
2561 el = path->p_node[i].el; in ocfs2_update_edge_lengths()
2568 ocfs2_journal_dirty(handle, path->p_node[i].bh); in ocfs2_update_edge_lengths()
2585 bh = path->p_node[i].bh; in ocfs2_unlink_path()
2627 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree()
2628 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; in ocfs2_unlink_subtree()
2634 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data; in ocfs2_unlink_subtree()
2672 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2673 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
2839 el = path->p_node[i].el; in ocfs2_find_cpos_for_right_leaf()
2882 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_right_leaf()
2966 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()
3926 bh = path->p_node[i].bh; in ocfs2_adjust_rightmost_records()
3927 el = path->p_node[i].el; in ocfs2_adjust_rightmost_records()