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