Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.c1388 struct xfs_da_node_entry *drop_btree; in xfs_da3_node_unbalance() local
1403 drop_btree = dp->d_ops->node_tree_p(drop_node); in xfs_da3_node_unbalance()
1411 if ((be32_to_cpu(drop_btree[0].hashval) < in xfs_da3_node_unbalance()
1413 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) < in xfs_da3_node_unbalance()
1435 memcpy(&save_btree[sindex], &drop_btree[0], tmp); in xfs_da3_node_unbalance()