Lines Matching defs:agbp
1308 struct xfs_buf *agbp;
1312 agbp = rcur->bc_ag.agbp;
1315 xfs_trans_brelse(tp, agbp);
1358 struct xfs_buf *agbp = NULL;
1387 XFS_ALLOC_FLAG_FREEING, &agbp);
1391 rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, ri->ri_pag);
1921 struct xfs_buf *agbp;
1955 error = xfs_alloc_read_agf(pag, tp, 0, &agbp);
1958 cur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag);
1964 xfs_trans_brelse(tp, agbp);