Lines Matching defs:agibp
2644 struct xfs_buf *agibp;
2652 error = xfs_read_agi(pag, tp, &agibp);
2656 agi = agibp->b_addr;
2660 xfs_trans_log_buf(tp, agibp, offset,
2709 * serialised with the agibp lock, but that just
2764 struct xfs_buf *agibp;
2768 error = xfs_read_agi(pag, NULL, &agibp);
2787 agi = agibp->b_addr;
2788 xfs_buf_unlock(agibp);
2803 xfs_buf_rele(agibp);