Lines Matching defs:agbp
55 cur->bc_ag.agbp, cur->bc_ag.agno);
64 struct xfs_buf *agbp = cur->bc_ag.agbp;
65 struct xfs_agf *agf = agbp->b_addr;
67 struct xfs_perag *pag = agbp->b_pag;
75 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
85 struct xfs_buf *agbp = cur->bc_ag.agbp;
86 struct xfs_agf *agf = agbp->b_addr;
91 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_ag.agbp,
109 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_RMAP_BLOCKS);
122 struct xfs_buf *agbp = cur->bc_ag.agbp;
123 struct xfs_agf *agf = agbp->b_addr;
132 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_RMAP_BLOCKS);
133 error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NULL, bno, 1);
141 pag = cur->bc_ag.agbp->b_pag;
218 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
478 struct xfs_buf *agbp,
481 struct xfs_agf *agf = agbp->b_addr;
486 cur->bc_ag.agbp = agbp;
512 struct xfs_buf *agbp)
514 struct xfs_agf *agf = agbp->b_addr;
522 xfs_alloc_log_agf(tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS |
524 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_rmapbt_ops);
605 struct xfs_buf *agbp;
614 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp);
618 agf = agbp->b_addr;
621 xfs_trans_brelse(tp, agbp);