• Home
  • Raw
  • Download

Lines Matching refs:p_node

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