Lines Matching refs:agbp
1114 struct xfs_buf *agbp; in xfs_refcount_finish_one_cleanup() local
1118 agbp = rcur->bc_ag.agbp; in xfs_refcount_finish_one_cleanup()
1121 xfs_trans_brelse(tp, agbp); in xfs_refcount_finish_one_cleanup()
1143 struct xfs_buf *agbp = NULL; in xfs_refcount_finish_one() local
1177 XFS_ALLOC_FLAG_FREEING, &agbp); in xfs_refcount_finish_one()
1181 rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, agno); in xfs_refcount_finish_one()
1222 xfs_trans_brelse(tp, agbp); in xfs_refcount_finish_one()
1688 struct xfs_buf *agbp; in xfs_refcount_recover_cow_leftovers() local
1716 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
1719 cur = xfs_refcountbt_init_cursor(mp, tp, agbp, agno); in xfs_refcount_recover_cow_leftovers()
1729 xfs_trans_brelse(tp, agbp); in xfs_refcount_recover_cow_leftovers()