• Home
  • Raw
  • Download

Lines Matching refs:agbp

29 			cur->bc_ag.agbp, cur->bc_ag.agno,  in xfs_allocbt_dup_cursor()
39 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_allocbt_set_root() local
40 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_set_root()
42 struct xfs_perag *pag = agbp->b_pag; in xfs_allocbt_set_root()
50 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS); in xfs_allocbt_set_root()
64 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_ag.agbp, in xfs_allocbt_alloc_block()
88 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_allocbt_free_block() local
89 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_free_block()
94 error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NULL, bno, 1); in xfs_allocbt_free_block()
115 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_update_lastrec()
160 pag = cur->bc_ag.agbp->b_pag; in xfs_allocbt_update_lastrec()
162 xfs_alloc_log_agf(cur->bc_tp, cur->bc_ag.agbp, XFS_AGF_LONGEST); in xfs_allocbt_update_lastrec()
226 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_init_ptr_from_cur()
515 struct xfs_buf *agbp, /* buffer for agf structure */ in xfs_allocbt_init_cursor() argument
519 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_init_cursor()
528 cur->bc_ag.agbp = agbp; in xfs_allocbt_init_cursor()
556 struct xfs_buf *agbp) in xfs_allocbt_commit_staged_btree() argument
558 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_commit_staged_btree()
565 xfs_alloc_log_agf(tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS); in xfs_allocbt_commit_staged_btree()
568 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_bnobt_ops); in xfs_allocbt_commit_staged_btree()
571 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_cntbt_ops); in xfs_allocbt_commit_staged_btree()