Lines Matching refs:agbp
748 struct xfs_buf *agbp, in xfs_rmap_free() argument
761 cur = xfs_rmapbt_init_cursor(mp, tp, agbp, pag); in xfs_rmap_free()
995 struct xfs_buf *agbp, in xfs_rmap_alloc() argument
1008 cur = xfs_rmapbt_init_cursor(mp, tp, agbp, pag); in xfs_rmap_alloc()
2373 struct xfs_buf *agbp; in xfs_rmap_finish_one_cleanup() local
2377 agbp = rcur->bc_ag.agbp; in xfs_rmap_finish_one_cleanup()
2380 xfs_trans_brelse(tp, agbp); in xfs_rmap_finish_one_cleanup()
2399 struct xfs_buf *agbp = NULL; in xfs_rmap_finish_one() local
2435 error = xfs_free_extent_fix_freelist(tp, pag, &agbp); in xfs_rmap_finish_one()
2438 if (XFS_IS_CORRUPT(tp->t_mountp, !agbp)) { in xfs_rmap_finish_one()
2443 rcur = xfs_rmapbt_init_cursor(mp, tp, agbp, pag); in xfs_rmap_finish_one()