Searched refs:drophdr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_dir2_node.c | 1562 struct xfs_dir3_icleaf_hdr drophdr; in xfs_dir2_leafn_unbalance() local 1574 dp->d_ops->leaf_hdr_from_disk(&drophdr, drop_leaf); in xfs_dir2_leafn_unbalance() 1582 if (drophdr.stale) in xfs_dir2_leafn_unbalance() 1583 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp); in xfs_dir2_leafn_unbalance() 1590 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance() 1592 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1594 drophdr.count); in xfs_dir2_leafn_unbalance() 1596 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1598 savehdr.count, drophdr.count); in xfs_dir2_leafn_unbalance() 1603 dp->d_ops->leaf_hdr_to_disk(drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
|
| D | xfs_attr_leaf.c | 2146 struct xfs_attr3_icleaf_hdr drophdr; in xfs_attr3_leaf_unbalance() local 2154 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf); in xfs_attr3_leaf_unbalance() 2161 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance() 2174 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance() 2176 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2178 drophdr.count); in xfs_attr3_leaf_unbalance() 2181 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2183 savehdr.count, drophdr.count); in xfs_attr3_leaf_unbalance() 2212 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance() 2214 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() [all …]
|