Lines Matching defs:agibp
1566 struct xfs_buf *agibp)
1573 * Hold to on to the agibp across the commit so no other allocation can
1576 xfs_trans_bhold(tp, agibp);
1596 xfs_trans_bjoin(tp, agibp);
2620 struct xfs_buf *agibp;
2626 error = xfs_read_agi(pag, tp, &agibp);
2630 agi = agibp->b_addr;
2644 *agibpp = agibp;
2646 xfs_trans_brelse(tp, agibp);
2967 struct xfs_buf *agibp,
2979 cur = xfs_inobt_init_cursor(pag, tp, agibp, XFS_BTNUM_INO);