Lines Matching refs:bc_ag
33 cur->bc_ag.agbp, cur->bc_ag.pag); in xfs_refcountbt_dup_cursor()
42 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_set_root()
63 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_alloc_block()
71 args.pag = cur->bc_ag.pag; in xfs_refcountbt_alloc_block()
85 ASSERT(args.agno == cur->bc_ag.pag->pag_agno); in xfs_refcountbt_alloc_block()
105 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_free_block()
171 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_refcountbt_init_ptr_from_cur()
173 ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
369 cur->bc_ag.pag = xfs_perag_hold(pag); in xfs_refcountbt_init_cursor()
372 cur->bc_ag.agbp = agbp; in xfs_refcountbt_init_cursor()
392 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree()