Searched refs:save_btree (Results 1 – 1 of 1) sorted by relevance
1507 struct xfs_da_node_entry *save_btree; in xfs_da3_node_unbalance() local1522 save_btree = save_hdr.btree; in xfs_da3_node_unbalance()1530 be32_to_cpu(save_btree[0].hashval)) || in xfs_da3_node_unbalance()1532 be32_to_cpu(save_btree[save_hdr.count - 1].hashval))) { in xfs_da3_node_unbalance()1535 memmove(&save_btree[drop_hdr.count], &save_btree[0], tmp); in xfs_da3_node_unbalance()1539 XFS_DA_LOGRANGE(save_node, &save_btree[0], in xfs_da3_node_unbalance()1545 XFS_DA_LOGRANGE(save_node, &save_btree[sindex], in xfs_da3_node_unbalance()1553 memcpy(&save_btree[sindex], &drop_btree[0], tmp); in xfs_da3_node_unbalance()1564 save_blk->hashval = be32_to_cpu(save_btree[save_hdr.count - 1].hashval); in xfs_da3_node_unbalance()