Searched refs:btree_d (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 747 struct xfs_da_node_entry *btree_d; in xfs_da3_node_rebalance() local 798 btree_d = &btree2[count]; in xfs_da3_node_rebalance() 799 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance() 809 btree_d = &btree2[0]; in xfs_da3_node_rebalance() 810 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance() 820 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance() 821 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance() 825 XFS_DA_LOGRANGE(node1, btree_d, tmp)); in xfs_da3_node_rebalance() 833 btree_d = &btree2[0]; in xfs_da3_node_rebalance() 834 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
|