Searched refs:drophdr (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_dir2_node.c | 1634 struct xfs_dir3_icleaf_hdr drophdr; in xfs_dir2_leafn_unbalance() local 1646 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &drophdr, drop_leaf); in xfs_dir2_leafn_unbalance() 1648 dents = drophdr.ents; in xfs_dir2_leafn_unbalance() 1654 if (drophdr.stale) in xfs_dir2_leafn_unbalance() 1655 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp); in xfs_dir2_leafn_unbalance() 1662 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance() 1664 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1666 drophdr.count); in xfs_dir2_leafn_unbalance() 1668 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1670 savehdr.count, drophdr.count); in xfs_dir2_leafn_unbalance() [all …]
|
| A D | xfs_attr_leaf.c | 2289 struct xfs_attr3_icleaf_hdr drophdr; in xfs_attr3_leaf_unbalance() local 2315 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance() 2317 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2319 drophdr.count); in xfs_attr3_leaf_unbalance() 2322 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2324 savehdr.count, drophdr.count); in xfs_attr3_leaf_unbalance() 2354 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance() 2356 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2358 drophdr.count); in xfs_attr3_leaf_unbalance() 2369 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() [all …]
|
Completed in 24 milliseconds