Searched refs:btree_d (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 885 struct xfs_da_node_entry *btree_d; in xfs_da3_node_rebalance() local 934 btree_d = &btree2[count]; in xfs_da3_node_rebalance() 935 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance() 945 btree_d = &btree2[0]; in xfs_da3_node_rebalance() 946 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance() 956 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance() 957 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance() 961 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 969 btree_d = &btree2[0]; in xfs_da3_node_rebalance() 970 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
|