Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_da_btree.c870 struct xfs_da_node_entry *btree_s; in xfs_da3_node_rebalance() local
921 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
923 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
932 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
934 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
943 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
945 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
956 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
958 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_da_btree.c884 struct xfs_da_node_entry *btree_s; in xfs_da3_node_rebalance() local
933 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
935 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
944 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
946 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
955 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
957 memcpy(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()
968 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
970 memmove(btree_d, btree_s, tmp); in xfs_da3_node_rebalance()

Completed in 7 milliseconds