Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_node.c1568 struct xfs_dir3_icleaf_hdr drophdr; in xfs_dir2_leafn_unbalance() local
1580 dp->d_ops->leaf_hdr_from_disk(&drophdr, drop_leaf); in xfs_dir2_leafn_unbalance()
1588 if (drophdr.stale) in xfs_dir2_leafn_unbalance()
1589 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp); in xfs_dir2_leafn_unbalance()
1596 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()
1598 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1600 drophdr.count); in xfs_dir2_leafn_unbalance()
1602 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1604 savehdr.count, drophdr.count); in xfs_dir2_leafn_unbalance()
1609 dp->d_ops->leaf_hdr_to_disk(drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
Dxfs_attr_leaf.c2139 struct xfs_attr3_icleaf_hdr drophdr; in xfs_attr3_leaf_unbalance() local
2147 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf); in xfs_attr3_leaf_unbalance()
2154 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2167 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2169 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2171 drophdr.count); in xfs_attr3_leaf_unbalance()
2174 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2176 savehdr.count, drophdr.count); in xfs_attr3_leaf_unbalance()
2205 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2207 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
[all …]