• Home
  • Raw
  • Download

Lines Matching refs:agbp

29 			cur->bc_ag.agbp, cur->bc_ag.agno);  in xfs_refcountbt_dup_cursor()
38 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_set_root() local
39 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_set_root()
40 struct xfs_perag *pag = agbp->b_pag; in xfs_refcountbt_set_root()
48 xfs_alloc_log_agf(cur->bc_tp, agbp, in xfs_refcountbt_set_root()
59 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_alloc_block() local
60 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_alloc_block()
88 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_REFCOUNT_BLOCKS); in xfs_refcountbt_alloc_block()
103 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_free_block() local
104 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_free_block()
111 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_REFCOUNT_BLOCKS); in xfs_refcountbt_free_block()
171 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_refcountbt_init_ptr_from_cur()
347 struct xfs_buf *agbp, in xfs_refcountbt_init_cursor() argument
350 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_init_cursor()
355 cur->bc_ag.agbp = agbp; in xfs_refcountbt_init_cursor()
381 struct xfs_buf *agbp) in xfs_refcountbt_commit_staged_btree() argument
383 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_commit_staged_btree()
391 xfs_alloc_log_agf(tp, agbp, XFS_AGF_REFCOUNT_BLOCKS | in xfs_refcountbt_commit_staged_btree()
394 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_refcountbt_ops); in xfs_refcountbt_commit_staged_btree()
457 struct xfs_buf *agbp; in xfs_refcountbt_calc_reserves() local
467 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_refcountbt_calc_reserves()
471 agf = agbp->b_addr; in xfs_refcountbt_calc_reserves()
474 xfs_trans_brelse(tp, agbp); in xfs_refcountbt_calc_reserves()