Lines Matching refs:agno
25 xfs_agnumber_t agno, in xfs_extent_busy_insert() argument
37 new->agno = agno; in xfs_extent_busy_insert()
44 trace_xfs_extent_busy(tp->t_mountp, agno, bno, len); in xfs_extent_busy_insert()
46 pag = xfs_perag_get(tp->t_mountp, new->agno); in xfs_extent_busy_insert()
84 xfs_agnumber_t agno, in xfs_extent_busy_search() argument
93 pag = xfs_perag_get(mp, agno); in xfs_extent_busy_search()
284 xfs_agnumber_t agno, in xfs_extent_busy_reuse() argument
294 pag = xfs_perag_get(mp, agno); in xfs_extent_busy_reuse()
504 trace_xfs_extent_busy_trim(args->mp, args->agno, *bno, *len, in xfs_extent_busy_trim()
529 trace_xfs_extent_busy_clear(mp, busyp->agno, busyp->bno, in xfs_extent_busy_clear_one()
566 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear() local
570 if (busyp->agno != agno) { in xfs_extent_busy_clear()
573 agno = busyp->agno; in xfs_extent_busy_clear()
574 pag = xfs_perag_get(mp, agno); in xfs_extent_busy_clear()
623 xfs_agnumber_t agno; in xfs_extent_busy_wait_all() local
625 for (agno = 0; agno < mp->m_sb.sb_agcount; agno++) { in xfs_extent_busy_wait_all()
626 struct xfs_perag *pag = xfs_perag_get(mp, agno); in xfs_extent_busy_wait_all()
655 diff = b1->agno - b2->agno; in xfs_extent_busy_ag_cmp()