Lines Matching refs:bc_ag
32 cur->bc_ag.agbp, cur->bc_ag.pag); in xfs_refcountbt_dup_cursor()
41 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_set_root()
62 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_alloc_block()
70 args.pag = cur->bc_ag.pag; in xfs_refcountbt_alloc_block()
80 trace_xfs_refcountbt_alloc_block(cur->bc_mp, cur->bc_ag.pag->pag_agno, in xfs_refcountbt_alloc_block()
86 ASSERT(args.agno == cur->bc_ag.pag->pag_agno); in xfs_refcountbt_alloc_block()
106 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_free_block()
111 trace_xfs_refcountbt_free_block(cur->bc_mp, cur->bc_ag.pag->pag_agno, in xfs_refcountbt_free_block()
179 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_refcountbt_init_ptr_from_cur()
181 ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
344 cur->bc_ag.pag = pag; in xfs_refcountbt_init_common()
346 cur->bc_ag.refc.nr_ops = 0; in xfs_refcountbt_init_common()
347 cur->bc_ag.refc.shape_changes = 0; in xfs_refcountbt_init_common()
365 cur->bc_ag.agbp = agbp; in xfs_refcountbt_init_cursor()
394 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_refcountbt_commit_staged_btree()