Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_da_btree.c872 struct xfs_da3_icnode_hdr nodehdr2; in xfs_da3_node_rebalance() local
886 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
892 if (nodehdr1.count > 0 && nodehdr2.count > 0 && in xfs_da3_node_rebalance()
900 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
904 count = (nodehdr1.count - nodehdr2.count) / 2; in xfs_da3_node_rebalance()
915 tmp = nodehdr2.count; in xfs_da3_node_rebalance()
927 nodehdr2.count += count; in xfs_da3_node_rebalance()
951 tmp = nodehdr2.count - count; in xfs_da3_node_rebalance()
956 nodehdr2.count -= count; in xfs_da3_node_rebalance()
971 (sizeof(btree2[0]) * nodehdr2.count))); in xfs_da3_node_rebalance()
[all …]

Completed in 6 milliseconds