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

/linux-master/fs/ocfs2/
H A Ddir.c3634 struct ocfs2_dx_leaf *orig_dx_leaf, *new_dx_leaf; local
3641 orig_dx_leaf = (struct ocfs2_dx_leaf *) orig_dx_leaves[i]->b_data;
3642 orig_list = &orig_dx_leaf->dl_list;
3647 memcpy(tmp_dx_leaf, orig_dx_leaf, dir->i_sb->s_blocksize);
3661 memcpy(orig_dx_leaf, tmp_dx_leaf, dir->i_sb->s_blocksize);

Completed in 111 milliseconds