Lines Matching defs:agbp
30 cur->bc_ag.agbp, cur->bc_ag.pag, cur->bc_btnum);
39 struct xfs_buf *agbp = cur->bc_ag.agbp;
40 struct xfs_agf *agf = agbp->b_addr;
49 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
64 cur->bc_ag.agbp, &bno, 1);
87 struct xfs_buf *agbp = cur->bc_ag.agbp;
92 error = xfs_alloc_put_freelist(cur->bc_ag.pag, cur->bc_tp, agbp, NULL,
98 xfs_extent_busy_insert(cur->bc_tp, agbp->b_pag, bno, 1,
114 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
159 pag = cur->bc_ag.agbp->b_pag;
161 xfs_alloc_log_agf(cur->bc_tp, cur->bc_ag.agbp, XFS_AGF_LONGEST);
225 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr;
532 struct xfs_buf *agbp, /* buffer for agf structure */
536 struct xfs_agf *agf = agbp->b_addr;
545 cur->bc_ag.agbp = agbp;
573 struct xfs_buf *agbp)
575 struct xfs_agf *agf = agbp->b_addr;
582 xfs_alloc_log_agf(tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
585 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_bnobt_ops);
588 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_cntbt_ops);