Lines Matching refs:cpos

503 	TP_PROTO(unsigned long long owner, unsigned int cpos,
506 TP_ARGS(owner, cpos, len, index, e_cpos, clusters),
509 __field(unsigned int, cpos)
517 __entry->cpos = cpos;
524 __entry->owner, __entry->cpos, __entry->len, __entry->index,
604 TP_PROTO(unsigned long long owner, unsigned int cpos,
606 TP_ARGS(owner, cpos, len, phys),
609 __field(unsigned int, cpos)
615 __entry->cpos = cpos;
620 __entry->owner, __entry->cpos,
904 unsigned long long cpos,
906 TP_ARGS(blkno, index, cpos, clusters, refcount),
910 __field(unsigned long long, cpos)
917 __entry->cpos = cpos;
922 __entry->cpos, __entry->clusters, __entry->refcount)
928 unsigned long long cpos, \
930 TP_ARGS(blkno, index, cpos, count, refcount))
935 TP_PROTO(unsigned long long cpos,
939 TP_ARGS(cpos, clusters, refcount,
942 __field(unsigned long long, cpos)
950 __entry->cpos = cpos;
958 __entry->cpos, __entry->clusters, __entry->refcount,
981 unsigned long long cpos,
983 TP_ARGS(owner, cpos, len, delete),
986 __field(unsigned long long, cpos)
992 __entry->cpos = cpos;
997 __entry->owner, __entry->cpos, __entry->len, __entry->delete)
1005 TP_PROTO(int recs_add, unsigned long long cpos,
1008 TP_ARGS(recs_add, cpos, clusters, r_cpos, r_clusters, refcount, index),
1011 __field(unsigned long long, cpos)
1020 __entry->cpos = cpos;
1028 __entry->recs_add, __entry->cpos, __entry->clusters,
1044 TP_PROTO(unsigned long long ino, unsigned int cpos,
1047 TP_ARGS(ino, cpos, len, p_cluster, ext_flags),
1050 __field(unsigned int, cpos)
1057 __entry->cpos = cpos;
1063 __entry->ino, __entry->cpos, __entry->len,
1068 TP_PROTO(unsigned long long ino, unsigned int cpos,
1071 TP_ARGS(ino, cpos, old, new, len, ext_flags),
1074 __field(unsigned int, cpos)
1082 __entry->cpos = cpos;
1089 __entry->ino, __entry->cpos, __entry->old, __entry->new,
1096 TP_PROTO(unsigned long long ino, unsigned int cpos,
1099 TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len),
1102 __field(unsigned int, cpos)
1110 __entry->cpos = cpos;
1117 __entry->ino, __entry->cpos, __entry->write_len,