Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_btree.c1377 struct xfs_da3_icnode_hdr drop_hdr; in xfs_da3_node_unbalance() local
1388 dp->d_ops->node_hdr_from_disk(&drop_hdr, drop_node); in xfs_da3_node_unbalance()
1400 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) < in xfs_da3_node_unbalance()
1404 memmove(&save_btree[drop_hdr.count], &save_btree[0], tmp); in xfs_da3_node_unbalance()
1409 (save_hdr.count + drop_hdr.count) * in xfs_da3_node_unbalance()
1415 drop_hdr.count * sizeof(xfs_da_node_entry_t))); in xfs_da3_node_unbalance()
1421 tmp = drop_hdr.count * (uint)sizeof(xfs_da_node_entry_t); in xfs_da3_node_unbalance()
1423 save_hdr.count += drop_hdr.count; in xfs_da3_node_unbalance()