Lines Matching refs:p_node

582 		node = &path->p_node[i];
628 dest->p_node[i].bh = src->p_node[i].bh;
629 dest->p_node[i].el = src->p_node[i].el;
631 if (dest->p_node[i].bh)
632 get_bh(dest->p_node[i].bh);
648 brelse(dest->p_node[i].bh);
650 dest->p_node[i].bh = src->p_node[i].bh;
651 dest->p_node[i].el = src->p_node[i].el;
653 src->p_node[i].bh = NULL;
654 src->p_node[i].el = NULL;
676 path->p_node[index].bh = eb_bh;
677 path->p_node[index].el = &eb->h_list;
732 return access(handle, ci, path->p_node[idx].bh,
1778 } while (left->p_node[i].bh->b_blocknr ==
1779 right->p_node[i].bh->b_blocknr);
2075 el = left_path->p_node[i].el;
2079 el = right_path->p_node[i].el;
2084 ocfs2_journal_dirty(handle, left_path->p_node[i].bh);
2085 ocfs2_journal_dirty(handle, right_path->p_node[i].bh);
2091 left_el = left_path->p_node[i].el;
2092 right_el = right_path->p_node[i].el;
2100 el = left_path->p_node[subtree_index].el;
2101 left_el = left_path->p_node[subtree_index + 1].el;
2102 right_el = right_path->p_node[subtree_index + 1].el;
2105 left_path->p_node[subtree_index + 1].bh->b_blocknr);
2107 root_bh = left_path->p_node[subtree_index].bh;
2144 root_bh = left_path->p_node[subtree_index].bh;
2145 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2231 el = path->p_node[i].el;
2275 blkno = path->p_node[i].bh->b_blocknr;
2472 right_path->p_node[start].bh->b_blocknr,
2555 el = path->p_node[i].el;
2562 ocfs2_journal_dirty(handle, path->p_node[i].bh);
2579 bh = path->p_node[i].bh;
2621 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh;
2622 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el;
2625 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data;
2663 root_bh = left_path->p_node[subtree_index].bh;
2664 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2829 el = path->p_node[i].el;
2871 blkno = path->p_node[i].bh->b_blocknr;
2956 right_path->p_node[subtree_root].bh->b_blocknr,
3400 root_bh = left_path->p_node[subtree_index].bh;
3401 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3562 root_bh = left_path->p_node[subtree_index].bh;
3563 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3968 bh = path->p_node[i].bh;
3969 el = path->p_node[i].el;