Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c938 struct xfs_da_node_entry *btree_s; in xfs_da3_node_rebalance() local
987 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
989 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
998 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
1000 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
1009 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
1011 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
1022 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
1024 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()