Searched refs:drop_blk (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 72 xfs_da_state_blk_t *drop_blk, 1077 struct xfs_da_state_blk *drop_blk; in xfs_da3_join() local 1102 switch (drop_blk->magic) { in xfs_da3_join() 1140 drop_blk->bp); in xfs_da3_join() 1141 drop_blk->bp = NULL; in xfs_da3_join() 1451 struct xfs_da_state_blk *drop_blk) in xfs_da3_node_remove() argument 1462 node = drop_blk->bp->b_addr; in xfs_da3_node_remove() 1465 ASSERT(drop_blk->index >= 0); in xfs_da3_node_remove() 1470 index = drop_blk->index; in xfs_da3_node_remove() 1517 drop_node = drop_blk->bp->b_addr; in xfs_da3_node_unbalance() [all …]
|
H A D | xfs_attr_leaf.h | 93 struct xfs_da_state_blk *drop_blk,
|
H A D | xfs_dir2_node.c | 1616 xfs_da_state_blk_t *drop_blk, /* dead block */ in xfs_dir2_leafn_unbalance() argument 1629 ASSERT(drop_blk->magic == XFS_DIR2_LEAFN_MAGIC); in xfs_dir2_leafn_unbalance() 1631 drop_leaf = drop_blk->bp->b_addr; 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() 1652 if (xfs_dir2_leafn_order(dp, save_blk->bp, drop_blk->bp)) in xfs_dir2_leafn_unbalance() 1653 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1657 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance() 1666 xfs_dir3_leaf_log_header(args, drop_blk->bp); in xfs_dir2_leafn_unbalance() 1669 xfs_dir3_leaf_check(dp, drop_blk->bp); in xfs_dir2_leafn_unbalance()
|
H A D | xfs_dir2_priv.h | 149 struct xfs_da_state_blk *drop_blk,
|
H A D | xfs_attr_leaf.c | 2289 struct xfs_da_state_blk *drop_blk, in xfs_attr3_leaf_unbalance() argument 2292 struct xfs_attr_leafblock *drop_leaf = drop_blk->bp->b_addr; in xfs_attr3_leaf_unbalance() 2307 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance() 2320 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance() 2358 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
|