Lines Matching refs:agbp

40 			cur->bc_ag.agbp, cur->bc_ag.pag, cur->bc_btnum);  in xfs_inobt_dup_cursor()
49 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_inobt_set_root() local
50 struct xfs_agi *agi = agbp->b_addr; in xfs_inobt_set_root()
54 xfs_ialloc_log_agi(cur->bc_tp, agbp, XFS_AGI_ROOT | XFS_AGI_LEVEL); in xfs_inobt_set_root()
63 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_finobt_set_root() local
64 struct xfs_agi *agi = agbp->b_addr; in xfs_finobt_set_root()
68 xfs_ialloc_log_agi(cur->bc_tp, agbp, in xfs_finobt_set_root()
78 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_inobt_mod_blockcount() local
79 struct xfs_agi *agi = agbp->b_addr; in xfs_inobt_mod_blockcount()
88 xfs_ialloc_log_agi(cur->bc_tp, agbp, XFS_AGI_IBLOCKS); in xfs_inobt_mod_blockcount()
238 struct xfs_agi *agi = cur->bc_ag.agbp->b_addr; in xfs_inobt_init_ptr_from_cur()
250 struct xfs_agi *agi = cur->bc_ag.agbp->b_addr; in xfs_finobt_init_ptr_from_cur()
461 struct xfs_buf *agbp, in xfs_inobt_init_cursor() argument
466 struct xfs_agi *agi = agbp->b_addr; in xfs_inobt_init_cursor()
473 cur->bc_ag.agbp = agbp; in xfs_inobt_init_cursor()
500 struct xfs_buf *agbp) in xfs_inobt_commit_staged_btree() argument
502 struct xfs_agi *agi = agbp->b_addr; in xfs_inobt_commit_staged_btree()
516 xfs_ialloc_log_agi(tp, agbp, fields); in xfs_inobt_commit_staged_btree()
517 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_inobt_ops); in xfs_inobt_commit_staged_btree()
526 xfs_ialloc_log_agi(tp, agbp, fields); in xfs_inobt_commit_staged_btree()
527 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_finobt_ops); in xfs_inobt_commit_staged_btree()
742 struct xfs_buf *agbp = NULL; in xfs_inobt_count_blocks() local
746 error = xfs_inobt_cur(mp, tp, pag, btnum, &cur, &agbp); in xfs_inobt_count_blocks()
752 xfs_trans_brelse(tp, agbp); in xfs_inobt_count_blocks()
765 struct xfs_buf *agbp; in xfs_finobt_read_blocks() local
769 error = xfs_ialloc_read_agi(mp, tp, pag->pag_agno, &agbp); in xfs_finobt_read_blocks()
773 agi = agbp->b_addr; in xfs_finobt_read_blocks()
775 xfs_trans_brelse(tp, agbp); in xfs_finobt_read_blocks()