Lines Matching refs:agbp
57 cur->bc_ag.agbp, cur->bc_ag.pag);
66 struct xfs_buf *agbp = cur->bc_ag.agbp;
67 struct xfs_agf *agf = agbp->b_addr;
76 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
86 struct xfs_buf *agbp = cur->bc_ag.agbp;
87 struct xfs_agf *agf = agbp->b_addr;
93 error = xfs_alloc_get_freelist(pag, cur->bc_tp, cur->bc_ag.agbp,
108 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_RMAP_BLOCKS);
121 struct xfs_buf *agbp = cur->bc_ag.agbp;
122 struct xfs_agf *agf = agbp->b_addr;
131 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_RMAP_BLOCKS);
132 error = xfs_alloc_put_freelist(pag, cur->bc_tp, agbp, NULL, bno, 1);
225 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
525 struct xfs_buf *agbp,
528 struct xfs_agf *agf = agbp->b_addr;
533 cur->bc_ag.agbp = agbp;
559 struct xfs_buf *agbp)
561 struct xfs_agf *agf = agbp->b_addr;
569 xfs_alloc_log_agf(tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS |
571 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_rmapbt_ops);
696 struct xfs_buf *agbp;
705 error = xfs_alloc_read_agf(pag, tp, 0, &agbp);
709 agf = agbp->b_addr;
712 xfs_trans_brelse(tp, agbp);