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

/linux-master/fs/ocfs2/
H A Ddir.c3618 * larger than split_hash into new_dx_leaves. We use a temporary
3629 struct buffer_head **new_dx_leaves,
3643 new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data;
3664 ocfs2_journal_dirty(handle, new_dx_leaves[i]);
3694 struct buffer_head **new_dx_leaves = NULL; local
3731 new_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, NULL);
3732 if (!new_dx_leaves) {
3820 data_ac, meta_ac, new_dx_leaves,
3837 new_dx_leaves[i],
3846 orig_dx_leaves, new_dx_leaves, num_dx_leave
3625 ocfs2_dx_dir_transfer_leaf(struct inode *dir, u32 split_hash, handle_t *handle, struct ocfs2_dx_leaf *tmp_dx_leaf, struct buffer_head **orig_dx_leaves, struct buffer_head **new_dx_leaves, int num_dx_leaves) argument
[all...]

Completed in 108 milliseconds