Lines Matching refs:agbp
29 cur->bc_ag.agbp, cur->bc_ag.agno,
39 struct xfs_buf *agbp = cur->bc_ag.agbp;
40 struct xfs_agf *agf = agbp->b_addr;
42 struct xfs_perag *pag = agbp->b_pag;
50 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
64 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_ag.agbp,
88 struct xfs_buf *agbp = cur->bc_ag.agbp;
89 struct xfs_agf *agf = agbp->b_addr;
94 error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NULL, bno, 1);
115 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
160 pag = cur->bc_ag.agbp->b_pag;
162 xfs_alloc_log_agf(cur->bc_tp, cur->bc_ag.agbp, XFS_AGF_LONGEST);
226 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
515 struct xfs_buf *agbp, /* buffer for agf structure */
519 struct xfs_agf *agf = agbp->b_addr;
528 cur->bc_ag.agbp = agbp;
556 struct xfs_buf *agbp)
558 struct xfs_agf *agf = agbp->b_addr;
565 xfs_alloc_log_agf(tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
568 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_bnobt_ops);
571 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_cntbt_ops);