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()
1771 } while (left->p_node[i].bh->b_blocknr == in ocfs2_find_subtree_root()
1772 right->p_node[i].bh->b_blocknr); in ocfs2_find_subtree_root()
2068 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2072 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2077 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2078 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2084 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2085 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2093 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2094 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2095 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2098 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert()
2100 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2137 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2138 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2224 el = path->p_node[i].el; in ocfs2_find_cpos_for_left_leaf()
2268 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_left_leaf()
2465 right_path->p_node[start].bh->b_blocknr, in ocfs2_rotate_tree_right()
2548 el = path->p_node[i].el; in ocfs2_update_edge_lengths()
2555 ocfs2_journal_dirty(handle, path->p_node[i].bh); in ocfs2_update_edge_lengths()
2572 bh = path->p_node[i].bh; in ocfs2_unlink_path()
2614 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree()
2615 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el; in ocfs2_unlink_subtree()
2618 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data; in ocfs2_unlink_subtree()
2656 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2657 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
2822 el = path->p_node[i].el; in ocfs2_find_cpos_for_right_leaf()
2864 blkno = path->p_node[i].bh->b_blocknr; in ocfs2_find_cpos_for_right_leaf()
2949 right_path->p_node[subtree_root].bh->b_blocknr, in __ocfs2_rotate_tree_left()
3393 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3394 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3555 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3556 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()
3961 bh = path->p_node[i].bh; in ocfs2_adjust_rightmost_records()
3962 el = path->p_node[i].el; in ocfs2_adjust_rightmost_records()