Searched refs:drophdr (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2_node.c | 1565 struct xfs_dir3_icleaf_hdr drophdr; in xfs_dir2_leafn_unbalance() local 1577 dp->d_ops->leaf_hdr_from_disk(&drophdr, drop_leaf); in xfs_dir2_leafn_unbalance() 1585 if (drophdr.stale) in xfs_dir2_leafn_unbalance() 1586 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp); in xfs_dir2_leafn_unbalance() 1593 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance() 1595 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1597 drophdr.count); in xfs_dir2_leafn_unbalance() 1599 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1601 savehdr.count, drophdr.count); in xfs_dir2_leafn_unbalance() 1606 dp->d_ops->leaf_hdr_to_disk(drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
|
D | xfs_attr_leaf.c | 2039 struct xfs_attr3_icleaf_hdr drophdr; in xfs_attr3_leaf_unbalance() local 2047 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf); in xfs_attr3_leaf_unbalance() 2054 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance() 2067 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance() 2069 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2071 drophdr.count); in xfs_attr3_leaf_unbalance() 2074 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2076 savehdr.count, drophdr.count); in xfs_attr3_leaf_unbalance() 2105 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance() 2107 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() [all …]
|