Lines Matching refs:bc_ag
40 return xfs_inobt_init_cursor(cur->bc_ag.pag, cur->bc_tp, in xfs_inobt_dup_cursor()
41 cur->bc_ag.agbp); in xfs_inobt_dup_cursor()
48 return xfs_finobt_init_cursor(cur->bc_ag.pag, cur->bc_tp, in xfs_finobt_dup_cursor()
49 cur->bc_ag.agbp); in xfs_finobt_dup_cursor()
58 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_inobt_set_root()
72 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_finobt_set_root()
87 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_inobt_mod_blockcount()
115 args.pag = cur->bc_ag.pag; in __xfs_inobt_alloc_block()
249 struct xfs_agi *agi = cur->bc_ag.agbp->b_addr; in xfs_inobt_init_ptr_from_cur()
251 ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agi->agi_seqno)); in xfs_inobt_init_ptr_from_cur()
261 struct xfs_agi *agi = cur->bc_ag.agbp->b_addr; in xfs_finobt_init_ptr_from_cur()
263 ASSERT(cur->bc_ag.pag->pag_agno == be32_to_cpu(agi->agi_seqno)); in xfs_finobt_init_ptr_from_cur()
486 cur->bc_ag.pag = xfs_perag_hold(pag); in xfs_inobt_init_cursor()
487 cur->bc_ag.agbp = agbp; in xfs_inobt_init_cursor()
512 cur->bc_ag.pag = xfs_perag_hold(pag); in xfs_finobt_init_cursor()
513 cur->bc_ag.agbp = agbp; in xfs_finobt_init_cursor()
533 struct xbtree_afakeroot *afake = cur->bc_ag.afake; in xfs_inobt_commit_staged_btree()