Lines Matching refs:agno
178 xfs_agnumber_t agno, in xfs_bulkstat_ichunk_ra() argument
195 xfs_btree_reada_bufs(mp, agno, agbno, blks_per_cluster, in xfs_bulkstat_ichunk_ra()
276 xfs_agnumber_t agno, in xfs_bulkstat_ag_ichunk() argument
303 error = formatter(mp, XFS_AGINO_TO_INO(mp, agno, agino), in xfs_bulkstat_ag_ichunk()
352 xfs_agnumber_t agno; /* allocation group number */ in xfs_bulkstat() local
364 agno = XFS_INO_TO_AGNO(mp, *lastinop); in xfs_bulkstat()
366 if (agno >= mp->m_sb.sb_agcount || in xfs_bulkstat()
367 *lastinop != XFS_AGINO_TO_INO(mp, agno, agino)) { in xfs_bulkstat()
391 while (agno < mp->m_sb.sb_agcount) { in xfs_bulkstat()
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()
451 xfs_bulkstat_ichunk_ra(mp, agno, &r); in xfs_bulkstat()
485 error = xfs_bulkstat_ag_ichunk(mp, agno, irbp, in xfs_bulkstat()
502 agno++; in xfs_bulkstat()
526 *lastinop = XFS_AGINO_TO_INO(mp, agno, agino); in xfs_bulkstat()
527 if (agno >= mp->m_sb.sb_agcount) in xfs_bulkstat()
557 xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, *lastino); in xfs_inumbers() local
568 if (agno >= mp->m_sb.sb_agcount || in xfs_inumbers()
569 *lastino != XFS_AGINO_TO_INO(mp, agno, agino)) 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()
601 XFS_AGINO_TO_INO(mp, agno, r.ir_startino); in xfs_inumbers()
630 agno++; in xfs_inumbers()
631 } while (agno < mp->m_sb.sb_agcount); in xfs_inumbers()
641 *lastino = XFS_AGINO_TO_INO(mp, agno, agino); in xfs_inumbers()