Lines Matching refs:__entry

190 		    __entry->call	= call->debug_id;
191 __entry->state = call->state;
192 __entry->unmarshall = call->unmarshall;
193 __entry->count = count;
194 __entry->offset = offset;
195 __entry->want_more = want_more;
196 __entry->ret = ret;
200 __entry->call,
201 __entry->state, __entry->unmarshall,
202 __entry->offset, __entry->count,
203 __entry->want_more, __entry->ret)
218 __entry->call = call->debug_id;
219 __entry->state = call->state;
220 __entry->unmarshall = call->unmarshall;
224 __entry->call,
225 __entry->state, __entry->unmarshall)
240 __entry->call = call->debug_id;
241 __entry->name = call->type->name;
242 __entry->op = call->operation_ID;
246 __entry->call,
247 __entry->name,
248 __entry->op)
266 __entry->call = call->debug_id;
267 __entry->op = op;
268 __entry->usage = usage;
269 __entry->outstanding = outstanding;
270 __entry->where = where;
274 __entry->call,
275 __print_symbolic(__entry->op, afs_call_traces),
276 __entry->usage,
277 __entry->outstanding,
278 __entry->where)
293 __entry->call = call->debug_id;
294 __entry->op = call->operation_ID;
296 __entry->fid = *fid;
298 __entry->fid.vid = 0;
299 __entry->fid.vnode = 0;
300 __entry->fid.unique = 0;
305 __entry->call,
306 __entry->fid.vid,
307 __entry->fid.vnode,
308 __entry->fid.unique,
309 __print_symbolic(__entry->op, afs_fs_operations))
323 __entry->call = call->debug_id;
324 __entry->op = call->operation_ID;
328 __entry->call,
329 __print_symbolic(__entry->op, afs_vl_operations))
345 __entry->call = call->debug_id;
346 __entry->rx_call = call->rxcall;
347 __entry->ret = call->error;
348 __entry->abort_code = call->abort_code;
352 __entry->call,
353 __entry->ret,
354 __entry->abort_code,
355 __entry->rx_call)
375 __entry->call = call->debug_id;
376 __entry->first = first;
377 __entry->last = last;
378 __entry->nr = msg->msg_iter.nr_segs;
379 __entry->bytes = msg->msg_iter.count;
380 __entry->offset = offset;
381 __entry->flags = msg->msg_flags;
385 __entry->call,
386 __entry->first, __entry->first + __entry->nr - 1, __entry->last,
387 __entry->bytes, __entry->offset,
388 __entry->flags)
406 __entry->call = call->debug_id;
407 __entry->first = first;
408 __entry->last = last;
409 __entry->cursor = cursor;
410 __entry->ret = ret;
414 __entry->call,
415 __entry->first, __entry->last,
416 __entry->cursor, __entry->ret)
431 __entry->vnode = vnode;
432 __entry->off = off;
433 __entry->i_size = i_size;
437 __entry->vnode, __entry->off, __entry->i_size)
467 __entry->vnode = vnode;
468 __entry->where = where;
469 __entry->page = page;
470 __entry->priv = priv;
474 __entry->vnode, __entry->page, __entry->where,
475 __entry->priv & AFS_PRIV_MAX,
476 __entry->priv >> AFS_PRIV_SHIFT)
496 __entry->call = call->debug_id;
497 __entry->from = from;
498 __entry->to = to;
499 __entry->ret = ret;
500 __entry->abort = remote_abort;
504 __entry->call,
505 __entry->from, __entry->to,
506 __entry->ret, __entry->abort)
536 __entry->vnode = dvnode->fid.vnode;
537 __entry->unique = dvnode->fid.unique;
538 __entry->why = why;
539 __entry->op = op;
540 __entry->block = block;
541 __entry->slot = slot;
542 __entry->f_vnode = f_vnode;
543 __entry->f_unique = f_unique;
544 memcpy(__entry->name, name, __len);
545 __entry->name[__len] = 0;
549 __entry->vnode, __entry->unique,
550 __print_symbolic(__entry->why, afs_edit_dir_reasons),
551 __print_symbolic(__entry->op, afs_edit_dir_ops),
552 __entry->block, __entry->slot,
553 __entry->f_vnode, __entry->f_unique,
554 __entry->name)
569 __entry->call = call ? call->debug_id : 0;
570 __entry->error = error;
571 __entry->where = where;
575 __entry->call, __entry->error, __entry->where)
590 __entry->call = call->debug_id;
591 __entry->op_id = call->operation_ID;
592 memcpy(&__entry->srx, srx, sizeof(__entry->srx));
596 __entry->call, __entry->op_id, &__entry->srx.transport)
611 __entry->call = call->debug_id;
612 __entry->op_id = call->operation_ID;
613 memcpy(&__entry->uuid, uuid, sizeof(__entry->uuid));
617 __entry->call, __entry->op_id, &__entry->uuid)