Home
last modified time | relevance | path

Searched refs:btree_d (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_da_btree.c870 struct xfs_da_node_entry *btree_d; in xfs_da3_node_rebalance() local
919 btree_d = &btree2[count]; in xfs_da3_node_rebalance()
920 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
930 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
931 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
941 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance()
942 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
946 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance()
954 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
955 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()

Completed in 8 milliseconds