Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2_node.c1623 struct xfs_dir3_icleaf_hdr drophdr; in xfs_dir2_leafn_unbalance() local
1635 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &drophdr, drop_leaf); in xfs_dir2_leafn_unbalance()
1637 dents = drophdr.ents; in xfs_dir2_leafn_unbalance()
1643 if (drophdr.stale) in xfs_dir2_leafn_unbalance()
1644 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp); in xfs_dir2_leafn_unbalance()
1651 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()
1653 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1655 drophdr.count); in xfs_dir2_leafn_unbalance()
1657 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1659 savehdr.count, drophdr.count); in xfs_dir2_leafn_unbalance()
[all …]
Dxfs_attr_leaf.c2244 struct xfs_attr3_icleaf_hdr drophdr; in xfs_attr3_leaf_unbalance() local
2252 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf); in xfs_attr3_leaf_unbalance()
2259 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2272 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2274 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2276 drophdr.count); in xfs_attr3_leaf_unbalance()
2279 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2281 savehdr.count, drophdr.count); in xfs_attr3_leaf_unbalance()
2310 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2312 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
[all …]