Lines Matching refs:agno

103 	TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount,
105 TP_ARGS(mp, agno, refcount, caller_ip),
108 __field(xfs_agnumber_t, agno)
114 __entry->agno = agno;
120 __entry->agno,
127 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, \
129 TP_ARGS(mp, agno, refcount, caller_ip))
139 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno),
140 TP_ARGS(mp, agno),
143 __field(xfs_agnumber_t, agno)
147 __entry->agno = agno;
151 __entry->agno)
155 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno), \
156 TP_ARGS(mp, agno))
543 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno),
544 TP_ARGS(ip, agno),
548 __field(xfs_agnumber_t, agno)
554 __entry->agno = agno;
555 __entry->streams = xfs_filestream_peek_ag(ip->i_mount, agno);
560 __entry->agno,
565 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno), \
566 TP_ARGS(ip, agno))
572 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno,
574 TP_ARGS(ip, agno, free, nscan),
578 __field(xfs_agnumber_t, agno)
586 __entry->agno = agno;
587 __entry->streams = xfs_filestream_peek_ag(ip->i_mount, agno);
594 __entry->agno,
1357 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,
1359 TP_ARGS(mp, agno, agbno, len),
1362 __field(xfs_agnumber_t, agno)
1368 __entry->agno = agno;
1374 __entry->agno,
1380 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, \
1382 TP_ARGS(mp, agno, agbno, len))
1390 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,
1393 TP_ARGS(mp, agno, agbno, len, tbno, tlen),
1396 __field(xfs_agnumber_t, agno)
1404 __entry->agno = agno;
1412 __entry->agno,
1444 __field(xfs_agnumber_t, agno)
1460 __entry->agno = be32_to_cpu(agf->agf_seqno),
1480 __entry->agno,
1496 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno,
1498 TP_ARGS(mp, agno, agbno, len, isfl, haveleft, haveright),
1501 __field(xfs_agnumber_t, agno)
1510 __entry->agno = agno;
1519 __entry->agno,
1534 __field(xfs_agnumber_t, agno)
1555 __entry->agno = args->agno;
1579 __entry->agno,
2046 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno,
2048 TP_ARGS(mp, agno, agbno, len),
2051 __field(xfs_agnumber_t, agno)
2057 __entry->agno = agno;
2063 __entry->agno,
2070 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, \
2072 TP_ARGS(mp, agno, agbno, len))