Lines Matching defs:agf_bp
160 struct xfs_buf *agf_bp; /* AGF, for refcount queries */
222 cur = xfs_refcountbt_init_cursor(mp, tp, info->agf_bp, info->pag);
667 xfs_trans_brelse(tp, info->agf_bp);
668 info->agf_bp = NULL;
671 error = xfs_alloc_read_agf(pag, tp, 0, &info->agf_bp);
708 if (info->agf_bp) {
709 xfs_trans_brelse(tp, info->agf_bp);
710 info->agf_bp = NULL;
736 *curpp = xfs_rmapbt_init_cursor(tp->t_mountp, tp, info->agf_bp,
769 *curpp = xfs_allocbt_init_cursor(tp->t_mountp, tp, info->agf_bp,