Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_da_btree.c940 struct xfs_da3_icnode_hdr nodehdr1; in xfs_da3_node_rebalance() local
954 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
968 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
973 count = (nodehdr1.count - nodehdr2.count) / 2; in xfs_da3_node_rebalance()
998 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
1001 nodehdr1.count -= count; in xfs_da3_node_rebalance()
1010 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance()
1012 nodehdr1.count += count; in xfs_da3_node_rebalance()
1051 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
1060 if (blk1->index >= nodehdr1.count) { in xfs_da3_node_rebalance()
[all …]