Lines Matching refs:refcount
162 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount,
164 TP_ARGS(mp, agno, refcount, caller_ip),
168 __field(int, refcount)
174 __entry->refcount = refcount;
180 __entry->refcount,
186 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, \
188 TP_ARGS(mp, agno, refcount, caller_ip))
2940 __field(xfs_nlink_t, refcount)
2947 __entry->refcount = irec->rc_refcount;
2954 __entry->refcount)
2973 __field(xfs_nlink_t, refcount)
2981 __entry->refcount = irec->rc_refcount;
2989 __entry->refcount,
4067 __field(int32_t, refcount)
4076 __entry->refcount = atomic_read(&iclog->ic_refcnt);
4085 __entry->refcount,