Lines Matching refs:op
431 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
434 TP_ARGS(cookie, op, why),
438 __field(struct fscache_operation *, op )
444 __entry->op = op;
449 __entry->cookie, __entry->op,
455 struct fscache_operation *op, enum fscache_page_op_trace what),
457 TP_ARGS(cookie, page, op, what),
462 __field(struct fscache_operation *, op )
469 __entry->op = op;
476 __entry->page, __entry->op)
481 struct fscache_operation *op, int ret),
483 TP_ARGS(cookie, page, op, ret),
488 __field(struct fscache_operation *, op )
495 __entry->op = op;
500 __entry->cookie, __entry->page, __entry->op, __entry->ret)
504 TP_PROTO(struct fscache_cookie *cookie, struct fscache_operation *op,
507 TP_ARGS(cookie, op, results, n, store_limit),
511 __field(struct fscache_operation *, op )
519 __entry->op = op;
526 __entry->cookie, __entry->op, __entry->results0, __entry->n,