Lines Matching defs:agbp
32 cur->bc_ag.agbp, cur->bc_ag.pag);
41 struct xfs_buf *agbp = cur->bc_ag.agbp;
42 struct xfs_agf *agf = agbp->b_addr;
43 struct xfs_perag *pag = agbp->b_pag;
51 xfs_alloc_log_agf(cur->bc_tp, agbp,
62 struct xfs_buf *agbp = cur->bc_ag.agbp;
63 struct xfs_agf *agf = agbp->b_addr;
91 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_REFCOUNT_BLOCKS);
106 struct xfs_buf *agbp = cur->bc_ag.agbp;
107 struct xfs_agf *agf = agbp->b_addr;
113 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_REFCOUNT_BLOCKS);
174 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
366 struct xfs_buf *agbp,
369 struct xfs_agf *agf = agbp->b_addr;
374 cur->bc_ag.agbp = agbp;
400 struct xfs_buf *agbp)
402 struct xfs_agf *agf = agbp->b_addr;
410 xfs_alloc_log_agf(tp, agbp, XFS_AGF_REFCOUNT_BLOCKS |
413 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_refcountbt_ops);
505 struct xfs_buf *agbp;
514 error = xfs_alloc_read_agf(pag, tp, 0, &agbp);
518 agf = agbp->b_addr;
521 xfs_trans_brelse(tp, agbp);