Lines Matching refs:p_node

584 		node = &path->p_node[i];
630 dest->p_node[i].bh = src->p_node[i].bh;
631 dest->p_node[i].el = src->p_node[i].el;
633 if (dest->p_node[i].bh)
634 get_bh(dest->p_node[i].bh);
650 brelse(dest->p_node[i].bh);
652 dest->p_node[i].bh = src->p_node[i].bh;
653 dest->p_node[i].el = src->p_node[i].el;
655 src->p_node[i].bh = NULL;
656 src->p_node[i].el = NULL;
678 path->p_node[index].bh = eb_bh;
679 path->p_node[index].el = &eb->h_list;
734 return access(handle, ci, path->p_node[idx].bh,
1773 } while (left->p_node[i].bh->b_blocknr ==
1774 right->p_node[i].bh->b_blocknr);
2045 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh;
2070 el = left_path->p_node[i].el;
2074 el = right_path->p_node[i].el;
2079 ocfs2_journal_dirty(handle, left_path->p_node[i].bh);
2080 ocfs2_journal_dirty(handle, right_path->p_node[i].bh);
2086 left_el = left_path->p_node[i].el;
2087 right_el = right_path->p_node[i].el;
2095 el = left_path->p_node[subtree_index].el;
2096 left_el = left_path->p_node[subtree_index + 1].el;
2097 right_el = right_path->p_node[subtree_index + 1].el;
2100 left_path->p_node[subtree_index + 1].bh->b_blocknr);
2102 root_bh = left_path->p_node[subtree_index].bh;
2139 root_bh = left_path->p_node[subtree_index].bh;
2140 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2226 el = path->p_node[i].el;
2270 blkno = path->p_node[i].bh->b_blocknr;
2467 right_path->p_node[start].bh->b_blocknr,
2550 el = path->p_node[i].el;
2557 ocfs2_journal_dirty(handle, path->p_node[i].bh);
2574 bh = path->p_node[i].bh;
2616 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh;
2617 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el;
2620 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data;
2658 root_bh = left_path->p_node[subtree_index].bh;
2659 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2824 el = path->p_node[i].el;
2866 blkno = path->p_node[i].bh->b_blocknr;
2951 right_path->p_node[subtree_root].bh->b_blocknr,
3395 root_bh = left_path->p_node[subtree_index].bh;
3396 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3557 root_bh = left_path->p_node[subtree_index].bh;
3558 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3963 bh = path->p_node[i].bh;
3964 el = path->p_node[i].el;