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.c73 xfs_da_state_blk_t *drop_blk,
1131 struct xfs_da_state_blk *drop_blk; in xfs_da3_join() local
1156 switch (drop_blk->magic) { in xfs_da3_join()
1194 drop_blk->bp); in xfs_da3_join()
1195 drop_blk->bp = NULL; in xfs_da3_join()
1514 struct xfs_da_state_blk *drop_blk) in xfs_da3_node_remove() argument
1525 node = drop_blk->bp->b_addr; in xfs_da3_node_remove()
1528 ASSERT(drop_blk->index >= 0); in xfs_da3_node_remove()
1533 index = drop_blk->index; in xfs_da3_node_remove()
1580 drop_node = drop_blk->bp->b_addr; in xfs_da3_node_unbalance()
[all …]
A Dxfs_dir2_node.c1627 xfs_da_state_blk_t *drop_blk, /* dead block */ in xfs_dir2_leafn_unbalance() argument
1640 ASSERT(drop_blk->magic == XFS_DIR2_LEAFN_MAGIC); in xfs_dir2_leafn_unbalance()
1642 drop_leaf = drop_blk->bp->b_addr; 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()
1663 if (xfs_dir2_leafn_order(dp, save_blk->bp, drop_blk->bp)) in xfs_dir2_leafn_unbalance()
1664 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1668 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0, in xfs_dir2_leafn_unbalance()
1677 xfs_dir3_leaf_log_header(args, drop_blk->bp); in xfs_dir2_leafn_unbalance()
1680 xfs_dir3_leaf_check(dp, drop_blk->bp); in xfs_dir2_leafn_unbalance()
A Dxfs_attr_leaf.h91 struct xfs_da_state_blk *drop_blk,
A Dxfs_dir2_priv.h150 struct xfs_da_state_blk *drop_blk,
A Dxfs_attr_leaf.c2284 struct xfs_da_state_blk *drop_blk, in xfs_attr3_leaf_unbalance() argument
2287 struct xfs_attr_leafblock *drop_leaf = drop_blk->bp->b_addr; in xfs_attr3_leaf_unbalance()
2302 drop_blk->hashval = be32_to_cpu(entry[drophdr.count - 1].hashval); in xfs_attr3_leaf_unbalance()
2315 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()
2354 drop_blk->bp, &drophdr)) { in xfs_attr3_leaf_unbalance()

Completed in 21 milliseconds