Lines Matching refs:agbp

40 			cur->bc_ag.agbp, 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
465 struct xfs_agi *agi = agbp->b_addr; in xfs_inobt_init_cursor()
472 cur->bc_ag.agbp = agbp; in xfs_inobt_init_cursor()
498 struct xfs_buf *agbp) in xfs_inobt_commit_staged_btree() argument
500 struct xfs_agi *agi = agbp->b_addr; in xfs_inobt_commit_staged_btree()
514 xfs_ialloc_log_agi(tp, agbp, fields); in xfs_inobt_commit_staged_btree()
515 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_inobt_ops); in xfs_inobt_commit_staged_btree()
524 xfs_ialloc_log_agi(tp, agbp, fields); in xfs_inobt_commit_staged_btree()
525 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_finobt_ops); in xfs_inobt_commit_staged_btree()
737 struct xfs_buf *agbp = NULL; in xfs_inobt_count_blocks() local
741 error = xfs_inobt_cur(pag, tp, btnum, &cur, &agbp); in xfs_inobt_count_blocks()
747 xfs_trans_brelse(tp, agbp); in xfs_inobt_count_blocks()
759 struct xfs_buf *agbp; in xfs_finobt_read_blocks() local
763 error = xfs_ialloc_read_agi(pag, tp, &agbp); in xfs_finobt_read_blocks()
767 agi = agbp->b_addr; in xfs_finobt_read_blocks()
769 xfs_trans_brelse(tp, agbp); in xfs_finobt_read_blocks()