Home
last modified time | relevance | path

Searched refs:new_dx_leaves (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Ddir.c3659 struct buffer_head **new_dx_leaves, in ocfs2_dx_dir_transfer_leaf() argument
3673 new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data; in ocfs2_dx_dir_transfer_leaf()
3695 ocfs2_journal_dirty(handle, new_dx_leaves[i]); in ocfs2_dx_dir_transfer_leaf()
3725 struct buffer_head **new_dx_leaves = NULL; in ocfs2_dx_dir_rebalance() local
3762 new_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, NULL); in ocfs2_dx_dir_rebalance()
3763 if (!new_dx_leaves) { in ocfs2_dx_dir_rebalance()
3851 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance()
3868 new_dx_leaves[i], in ocfs2_dx_dir_rebalance()
3877 orig_dx_leaves, new_dx_leaves, num_dx_leaves); in ocfs2_dx_dir_rebalance()
3888 if (orig_dx_leaves || new_dx_leaves) { in ocfs2_dx_dir_rebalance()
[all …]