new_dx_leaves    3633 fs/ocfs2/dir.c 				       struct buffer_head **new_dx_leaves,
new_dx_leaves    3647 fs/ocfs2/dir.c 		new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data;
new_dx_leaves    3668 fs/ocfs2/dir.c 		ocfs2_journal_dirty(handle, new_dx_leaves[i]);
new_dx_leaves    3698 fs/ocfs2/dir.c 	struct buffer_head **new_dx_leaves = NULL;
new_dx_leaves    3735 fs/ocfs2/dir.c 	new_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, NULL);
new_dx_leaves    3736 fs/ocfs2/dir.c 	if (!new_dx_leaves) {
new_dx_leaves    3824 fs/ocfs2/dir.c 				       data_ac, meta_ac, new_dx_leaves,
new_dx_leaves    3841 fs/ocfs2/dir.c 					      new_dx_leaves[i],
new_dx_leaves    3850 fs/ocfs2/dir.c 				   orig_dx_leaves, new_dx_leaves, num_dx_leaves);
new_dx_leaves    3861 fs/ocfs2/dir.c 	if (orig_dx_leaves || new_dx_leaves) {
new_dx_leaves    3865 fs/ocfs2/dir.c 			if (new_dx_leaves)
new_dx_leaves    3866 fs/ocfs2/dir.c 				brelse(new_dx_leaves[i]);
new_dx_leaves    3869 fs/ocfs2/dir.c 		kfree(new_dx_leaves);