Lines Matching refs:index
504 unsigned int len, int index,
506 TP_ARGS(owner, cpos, len, index, e_cpos, clusters),
511 __field(int, index)
519 __entry->index = index;
524 __entry->owner, __entry->cpos, __entry->len, __entry->index,
625 TP_PROTO(unsigned long long blkno, int index,
627 TP_ARGS(blkno, index, start, num),
630 __field(int, index)
636 __entry->index = index;
641 __entry->blkno, __entry->index,
647 TP_PROTO(unsigned long long blkno, int index, \
649 TP_ARGS(blkno, index, start, num))
903 TP_PROTO(unsigned long long blkno, int index,
906 TP_ARGS(blkno, index, cpos, clusters, refcount),
909 __field(int, index)
916 __entry->index = index;
921 TP_printk("%llu %d %llu %u %u", __entry->blkno, __entry->index,
927 TP_PROTO(unsigned long long blkno, int index, \
930 TP_ARGS(blkno, index, cpos, count, refcount))
1007 unsigned int r_clusters, unsigned int refcount, int index),
1008 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index),
1016 __field(int, index)
1025 __entry->index = index;
1030 __entry->refcount, __entry->index)
1378 unsigned long index, unsigned int zero_from,
1380 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1385 __field(unsigned long, index)
1393 __entry->index = index;
1399 __entry->index, __entry->zero_from, __entry->zero_to)
2731 TP_PROTO(int index, void *item),
2732 TP_ARGS(index, item),
2734 __field(int, index)
2738 __entry->index = index;
2741 TP_printk("%d %p", __entry->index, __entry->item)