Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_btree.c779 struct xfs_da3_icnode_hdr nodehdr1; in xfs_da3_node_rebalance() local
791 dp->d_ops->node_hdr_from_disk(&nodehdr1, node1); in xfs_da3_node_rebalance()
800 if (nodehdr1.count > 0 && nodehdr2.count > 0 && in xfs_da3_node_rebalance()
803 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
807 dp->d_ops->node_hdr_from_disk(&nodehdr1, node1); in xfs_da3_node_rebalance()
814 count = (nodehdr1.count - nodehdr2.count) / 2; in xfs_da3_node_rebalance()
839 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
842 nodehdr1.count -= count; in xfs_da3_node_rebalance()
851 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance()
853 nodehdr1.count += count; in xfs_da3_node_rebalance()
[all …]