Lines Matching refs:new_dx_leaves
3672 struct buffer_head **new_dx_leaves, in ocfs2_dx_dir_transfer_leaf() argument
3686 new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data; in ocfs2_dx_dir_transfer_leaf()
3708 ocfs2_journal_dirty(handle, new_dx_leaves[i]); in ocfs2_dx_dir_transfer_leaf()
3738 struct buffer_head **new_dx_leaves = NULL; in ocfs2_dx_dir_rebalance() local
3775 new_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, NULL); in ocfs2_dx_dir_rebalance()
3776 if (!new_dx_leaves) { in ocfs2_dx_dir_rebalance()
3864 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3881 new_dx_leaves[i], in ocfs2_dx_dir_rebalance()
3890 orig_dx_leaves, new_dx_leaves, num_dx_leaves); in ocfs2_dx_dir_rebalance()
3901 if (orig_dx_leaves || new_dx_leaves) { in ocfs2_dx_dir_rebalance()
3905 if (new_dx_leaves) in ocfs2_dx_dir_rebalance()
3906 brelse(new_dx_leaves[i]); in ocfs2_dx_dir_rebalance()
3909 kfree(new_dx_leaves); in ocfs2_dx_dir_rebalance()