Searched refs:new_dx_leaves (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 3634 * larger than split_hash into new_dx_leaves. We use a temporary 3645 struct buffer_head **new_dx_leaves, in ocfs2_dx_dir_transfer_leaf() 3659 new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data; in ocfs2_dx_dir_transfer_leaf() 3680 ocfs2_journal_dirty(handle, new_dx_leaves[i]); in ocfs2_dx_dir_transfer_leaf() 3710 struct buffer_head **new_dx_leaves = NULL; in ocfs2_dx_dir_rebalance() local 3747 new_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, NULL); in ocfs2_dx_dir_rebalance() 3748 if (!new_dx_leaves) { in ocfs2_dx_dir_rebalance() 3836 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance() 3853 new_dx_leaves[i], in ocfs2_dx_dir_rebalance() 3862 orig_dx_leaves, new_dx_leaves, num_dx_leave in ocfs2_dx_dir_rebalance() 3641 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) ocfs2_dx_dir_transfer_leaf() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 3620 * larger than split_hash into new_dx_leaves. We use a temporary 3631 struct buffer_head **new_dx_leaves, in ocfs2_dx_dir_transfer_leaf() 3645 new_dx_leaf = (struct ocfs2_dx_leaf *) new_dx_leaves[i]->b_data; in ocfs2_dx_dir_transfer_leaf() 3666 ocfs2_journal_dirty(handle, new_dx_leaves[i]); in ocfs2_dx_dir_transfer_leaf() 3696 struct buffer_head **new_dx_leaves = NULL; in ocfs2_dx_dir_rebalance() local 3733 new_dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, NULL); in ocfs2_dx_dir_rebalance() 3734 if (!new_dx_leaves) { in ocfs2_dx_dir_rebalance() 3822 data_ac, meta_ac, new_dx_leaves, in ocfs2_dx_dir_rebalance() 3839 new_dx_leaves[i], in ocfs2_dx_dir_rebalance() 3848 orig_dx_leaves, new_dx_leaves, num_dx_leave in ocfs2_dx_dir_rebalance() 3627 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) ocfs2_dx_dir_transfer_leaf() argument [all...] |
Completed in 10 milliseconds