Lines Matching refs:agbp
29 cur->bc_ag.agbp, cur->bc_ag.agno);
38 struct xfs_buf *agbp = cur->bc_ag.agbp;
39 struct xfs_agf *agf = agbp->b_addr;
40 struct xfs_perag *pag = agbp->b_pag;
48 xfs_alloc_log_agf(cur->bc_tp, agbp,
59 struct xfs_buf *agbp = cur->bc_ag.agbp;
60 struct xfs_agf *agf = agbp->b_addr;
88 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_REFCOUNT_BLOCKS);
103 struct xfs_buf *agbp = cur->bc_ag.agbp;
104 struct xfs_agf *agf = agbp->b_addr;
111 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_REFCOUNT_BLOCKS);
171 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
347 struct xfs_buf *agbp,
350 struct xfs_agf *agf = agbp->b_addr;
355 cur->bc_ag.agbp = agbp;
381 struct xfs_buf *agbp)
383 struct xfs_agf *agf = agbp->b_addr;
391 xfs_alloc_log_agf(tp, agbp, XFS_AGF_REFCOUNT_BLOCKS |
394 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_refcountbt_ops);
457 struct xfs_buf *agbp;
467 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp);
471 agf = agbp->b_addr;
474 xfs_trans_brelse(tp, agbp);