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

/linux-master/fs/ocfs2/
H A Ddir.c3619 * buffer (tmp_dx_leaf) to make the changes to the original leaf blocks.
3627 struct ocfs2_dx_leaf *tmp_dx_leaf,
3638 tmp_list = &tmp_dx_leaf->dl_list;
3647 memcpy(tmp_dx_leaf, orig_dx_leaf, dir->i_sb->s_blocksize);
3658 ocfs2_dx_dir_leaf_insert_tail(tmp_dx_leaf,
3661 memcpy(orig_dx_leaf, tmp_dx_leaf, dir->i_sb->s_blocksize);
3699 struct ocfs2_dx_leaf *tmp_dx_leaf = NULL; local
3803 tmp_dx_leaf = kmalloc(osb->sb->s_blocksize, GFP_NOFS);
3804 if (!tmp_dx_leaf) {
3845 ocfs2_dx_dir_transfer_leaf(dir, split_hash, handle, tmp_dx_leaf,
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 290 milliseconds