Lines Matching refs:agbp
350 xfs_buf_t *agbp; /* agi header buffer */ in xfs_bulkstat() local
398 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); in xfs_bulkstat()
404 cur = xfs_inobt_init_cursor(mp, NULL, agbp, agno, in xfs_bulkstat()
473 xfs_buf_relse(agbp); in xfs_bulkstat()
560 struct xfs_buf *agbp = NULL; in xfs_inumbers() local
578 if (!agbp) { in xfs_inumbers()
579 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); in xfs_inumbers()
583 cur = xfs_inobt_init_cursor(mp, NULL, agbp, agno, in xfs_inumbers()
627 xfs_buf_relse(agbp); in xfs_inumbers()
628 agbp = NULL; in xfs_inumbers()
648 if (agbp) in xfs_inumbers()
649 xfs_buf_relse(agbp); in xfs_inumbers()