Lines Matching refs:op
421 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
424 TP_ARGS(cookie, op, why),
428 __field(unsigned int, op )
434 __entry->op = op->debug_id;
439 __entry->cookie, __entry->op,
445 struct fscache_operation *op, enum fscache_page_op_trace what),
447 TP_ARGS(cookie, page, op, what),
451 __field(unsigned int, op )
459 __entry->op = op->debug_id;
466 __entry->page, __entry->op)
471 struct fscache_operation *op, int ret),
473 TP_ARGS(cookie, page, op, ret),
477 __field(unsigned int, op )
485 __entry->op = op->debug_id;
490 __entry->cookie, __entry->page, __entry->op, __entry->ret)
494 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
497 TP_ARGS(cookie, op, results, n, store_limit),
501 __field(unsigned int, op )
509 __entry->op = op->debug_id;
516 __entry->cookie, __entry->op, __entry->results0, __entry->n,