Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c1506 struct xfs_da_node_entry *drop_btree; in xfs_da3_node_unbalance() local
1521 drop_btree = drop_hdr.btree; in xfs_da3_node_unbalance()
1529 if ((be32_to_cpu(drop_btree[0].hashval) < in xfs_da3_node_unbalance()
1531 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) < in xfs_da3_node_unbalance()
1553 memcpy(&save_btree[sindex], &drop_btree[0], tmp); in xfs_da3_node_unbalance()