Lines Matching refs:new_dx_leaves
3631 struct buffer_head **new_dx_leaves, in ocfs2_dx_dir_transfer_leaf() argument
3645 new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data; in ocfs2_dx_dir_transfer_leaf()
3666 ocfs2_journal_dirty(handle, new_dx_leaves[i]); in ocfs2_dx_dir_transfer_leaf()
3696 struct buffer_head **new_dx_leaves = NULL; in ocfs2_dx_dir_rebalance() local
3733 new_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, NULL); in ocfs2_dx_dir_rebalance()
3734 if (!new_dx_leaves) { in ocfs2_dx_dir_rebalance()
3822 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3839 new_dx_leaves[i], in ocfs2_dx_dir_rebalance()
3848 orig_dx_leaves, new_dx_leaves, num_dx_leaves); in ocfs2_dx_dir_rebalance()
3859 if (orig_dx_leaves || new_dx_leaves) { in ocfs2_dx_dir_rebalance()
3863 if (new_dx_leaves) in ocfs2_dx_dir_rebalance()
3864 brelse(new_dx_leaves[i]); in ocfs2_dx_dir_rebalance()
3867 kfree(new_dx_leaves); in ocfs2_dx_dir_rebalance()