Searched refs:drop_leaf (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2242 struct xfs_attr_leafblock *drop_leaf = drop_blk->bp->b_addr; in xfs_attr3_leaf_unbalance() local 2250 drop_leaf = drop_blk->bp->b_addr; in xfs_attr3_leaf_unbalance() 2252 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf); in xfs_attr3_leaf_unbalance() 2254 entry = xfs_attr3_leaf_entryp(drop_leaf); in xfs_attr3_leaf_unbalance() 2274 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2279 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2312 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance() 2325 drop_leaf, &drophdr, 0, in xfs_attr3_leaf_unbalance()
|
D | xfs_dir2_node.c | 1620 xfs_dir2_leaf_t *drop_leaf; /* dead leaf structure */ in xfs_dir2_leafn_unbalance() local 1631 drop_leaf = drop_blk->bp->b_addr; in xfs_dir2_leafn_unbalance() 1635 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &drophdr, drop_leaf); in xfs_dir2_leafn_unbalance() 1664 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, drop_leaf, &drophdr); in xfs_dir2_leafn_unbalance()
|