Lines Matching refs:error
120 TP_PROTO(struct request *rq, blk_status_t error, unsigned int nr_bytes),
122 TP_ARGS(rq, error, nr_bytes),
128 __field( int , error )
138 __entry->error = blk_status_to_errno(error);
152 IOPRIO_PRIO_LEVEL(__entry->ioprio), __entry->error)
169 TP_PROTO(struct request *rq, blk_status_t error, unsigned int nr_bytes),
171 TP_ARGS(rq, error, nr_bytes)
185 TP_PROTO(struct request *rq, blk_status_t error, unsigned int nr_bytes),
187 TP_ARGS(rq, error, nr_bytes)
317 __field( int, error )
325 __entry->error = blk_status_to_errno(bio->bi_status);
332 __entry->nr_sector, __entry->error)