Lines Matching refs:bc_ag
60 cur->bc_ag.agbp, cur->bc_ag.pag); in xfs_rmapbt_dup_cursor()
69 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_rmapbt_set_root()
76 cur->bc_ag.pag->pagf_rmap_level += inc; in xfs_rmapbt_set_root()
88 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_rmapbt_alloc_block()
90 struct xfs_perag *pag = cur->bc_ag.pag; in xfs_rmapbt_alloc_block()
96 error = xfs_alloc_get_freelist(pag, cur->bc_tp, cur->bc_ag.agbp, in xfs_rmapbt_alloc_block()
126 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_rmapbt_free_block()
128 struct xfs_perag *pag = cur->bc_ag.pag; in xfs_rmapbt_free_block()
228 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_rmapbt_init_ptr_from_cur()
230 ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agf->agf_seqno)); in xfs_rmapbt_init_ptr_from_cur()
541 cur->bc_ag.pag = xfs_perag_hold(pag); in xfs_rmapbt_init_cursor()
542 cur->bc_ag.agbp = agbp; in xfs_rmapbt_init_cursor()
707 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_rmapbt_commit_staged_btree()