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()
478 xfs_buf_relse(agbp); in xfs_bulkstat()
565 struct xfs_buf *agbp = NULL; in xfs_inumbers() local
583 if (!agbp) { in xfs_inumbers()
584 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); in xfs_inumbers()
588 cur = xfs_inobt_init_cursor(mp, NULL, agbp, agno, in xfs_inumbers()
631 xfs_buf_relse(agbp); in xfs_inumbers()
632 agbp = NULL; in xfs_inumbers()
652 if (agbp) in xfs_inumbers()
653 xfs_buf_relse(agbp); in xfs_inumbers()