Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2_node.c1567 struct xfs_dir3_icleaf_hdr drophdr; in xfs_dir2_leafn_unbalance() local
1579 dp->d_ops->leaf_hdr_from_disk(&drophdr, drop_leaf); in xfs_dir2_leafn_unbalance()
1587 if (drophdr.stale) in xfs_dir2_leafn_unbalance()
1588 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp); in xfs_dir2_leafn_unbalance()
1595 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()
1597 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1599 drophdr.count); in xfs_dir2_leafn_unbalance()
1601 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1603 savehdr.count, drophdr.count); in xfs_dir2_leafn_unbalance()
1608 dp->d_ops->leaf_hdr_to_disk(drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
Dxfs_attr_leaf.c2128 struct xfs_attr3_icleaf_hdr drophdr; in xfs_attr3_leaf_unbalance() local
2136 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf); in xfs_attr3_leaf_unbalance()
2143 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2156 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2158 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2160 drophdr.count); in xfs_attr3_leaf_unbalance()
2163 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
2165 savehdr.count, drophdr.count); in xfs_attr3_leaf_unbalance()
2194 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2196 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
[all …]