Home
last modified time | relevance | path

Searched refs:drop_blk (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_da_btree.c71 xfs_da_state_blk_t *drop_blk,
1062 struct xfs_da_state_blk *drop_blk; in xfs_da3_join() local
1087 switch (drop_blk->magic) { in xfs_da3_join()
1125 drop_blk->bp); in xfs_da3_join()
1126 drop_blk->bp = NULL; in xfs_da3_join()
1436 struct xfs_da_state_blk *drop_blk) in xfs_da3_node_remove() argument
1447 node = drop_blk->bp->b_addr; in xfs_da3_node_remove()
1450 ASSERT(drop_blk->index >= 0); in xfs_da3_node_remove()
1455 index = drop_blk->index; in xfs_da3_node_remove()
1502 drop_node = drop_blk->bp->b_addr; in xfs_da3_node_unbalance()
[all …]
A Dxfs_dir2_node.c1616 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()
A Dxfs_attr_leaf.h94 struct xfs_da_state_blk *drop_blk,
A Dxfs_dir2_priv.h149 struct xfs_da_state_blk *drop_blk,
A Dxfs_attr_leaf.c2240 struct xfs_da_state_blk *drop_blk, in xfs_attr3_leaf_unbalance() argument
2243 struct xfs_attr_leafblock *drop_leaf = drop_blk->bp->b_addr; in xfs_attr3_leaf_unbalance()
2251 drop_leaf = drop_blk->bp->b_addr; in xfs_attr3_leaf_unbalance()
2260 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2273 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2311 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()

Completed in 17 milliseconds