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

/linux-master/fs/ocfs2/
H A Ddir.c3617 * Transfer all entries in orig_dx_leaves whose major hash is equal to or
3628 struct buffer_head **orig_dx_leaves,
3641 orig_dx_leaf = (struct ocfs2_dx_leaf *) orig_dx_leaves[i]->b_data;
3663 ocfs2_journal_dirty(handle, orig_dx_leaves[i]);
3693 struct buffer_head **orig_dx_leaves = NULL; local
3724 orig_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, &num_dx_leaves);
3725 if (!orig_dx_leaves) {
3812 orig_dx_leaves);
3829 orig_dx_leaves[i],
3846 orig_dx_leaves, new_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 182 milliseconds