Lines Matching refs:agno
37 xfs_agnumber_t agno, in xfs_extent_busy_insert() argument
55 trace_xfs_extent_busy_enomem(tp->t_mountp, agno, bno, len); in xfs_extent_busy_insert()
60 new->agno = agno; in xfs_extent_busy_insert()
67 trace_xfs_extent_busy(tp->t_mountp, agno, bno, len); in xfs_extent_busy_insert()
69 pag = xfs_perag_get(tp->t_mountp, new->agno); in xfs_extent_busy_insert()
107 xfs_agnumber_t agno, in xfs_extent_busy_search() argument
116 pag = xfs_perag_get(mp, agno); in xfs_extent_busy_search()
307 xfs_agnumber_t agno, in xfs_extent_busy_reuse() argument
317 pag = xfs_perag_get(mp, agno); in xfs_extent_busy_reuse()
521 trace_xfs_extent_busy_trim(args->mp, args->agno, bno, len, in xfs_extent_busy_trim()
533 trace_xfs_extent_busy_trim(args->mp, args->agno, bno, len, fbno, 0); in xfs_extent_busy_trim()
545 trace_xfs_extent_busy_clear(mp, busyp->agno, busyp->bno, in xfs_extent_busy_clear_one()
567 xfs_agnumber_t agno = NULLAGNUMBER; in xfs_extent_busy_clear() local
570 if (busyp->agno != agno) { in xfs_extent_busy_clear()
575 pag = xfs_perag_get(mp, busyp->agno); in xfs_extent_busy_clear()
577 agno = busyp->agno; in xfs_extent_busy_clear()
602 return container_of(a, struct xfs_extent_busy, list)->agno - in xfs_extent_busy_ag_cmp()
603 container_of(b, struct xfs_extent_busy, list)->agno; in xfs_extent_busy_ag_cmp()