Searched refs:drop_hdr (Results 1 – 1 of 1) sorted by relevance
1493 struct xfs_da3_icnode_hdr drop_hdr; in xfs_da3_node_unbalance() local1504 xfs_da3_node_hdr_from_disk(dp->i_mount, &drop_hdr, drop_node); in xfs_da3_node_unbalance()1506 drop_btree = drop_hdr.btree; in xfs_da3_node_unbalance()1516 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) < in xfs_da3_node_unbalance()1520 memmove(&save_btree[drop_hdr.count], &save_btree[0], tmp); in xfs_da3_node_unbalance()1525 (save_hdr.count + drop_hdr.count) * in xfs_da3_node_unbalance()1531 drop_hdr.count * sizeof(xfs_da_node_entry_t))); in xfs_da3_node_unbalance()1537 tmp = drop_hdr.count * (uint)sizeof(xfs_da_node_entry_t); in xfs_da3_node_unbalance()1539 save_hdr.count += drop_hdr.count; in xfs_da3_node_unbalance()
Completed in 6 milliseconds