xfs_extent_busy_reuse
xfs_extent_busy_reuse(pag_group(args->pag), fbno, 1,
xfs_extent_busy_reuse(cur->bc_group, bno, 1, false);
xfs_extent_busy_reuse(pag_group(pag), bno, 1, false);
void xfs_extent_busy_reuse(struct xfs_group *xg, xfs_agblock_t fbno,
DEFINE_BUSY_EVENT(xfs_extent_busy_reuse);