Lines Matching refs:refcount
902 unsigned int clusters, unsigned int refcount),
903 TP_ARGS(blkno, index, cpos, clusters, refcount),
909 __field(unsigned int, refcount)
916 __entry->refcount = refcount;
919 __entry->cpos, __entry->clusters, __entry->refcount)
926 unsigned int count, unsigned int refcount), \
927 TP_ARGS(blkno, index, cpos, count, refcount))
933 unsigned int clusters, unsigned int refcount,
936 TP_ARGS(cpos, clusters, refcount,
941 __field(unsigned int, refcount)
949 __entry->refcount = refcount;
955 __entry->cpos, __entry->clusters, __entry->refcount,
1004 unsigned int r_clusters, unsigned int refcount, int index),
1005 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index),
1012 __field(unsigned int, refcount)
1021 __entry->refcount = refcount;
1027 __entry->refcount, __entry->index)