Searched refs:process_op (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/nfs/ |
| D | callback_xdr.c | 52 __be32 (*process_op)(void *, void *, struct cb_process_state *); member 865 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op() function 908 status = op->process_op(rqstp->rq_argp, rqstp->rq_resp, in process_op() 963 status = process_op(nops, rqstp, &cps); in nfs4_callback_compound() 1006 .process_op = nfs4_callback_getattr, 1012 .process_op = nfs4_callback_recall, 1018 .process_op = nfs4_callback_layoutrecall, 1023 .process_op = nfs4_callback_devicenotify, 1028 .process_op = nfs4_callback_sequence, 1034 .process_op = nfs4_callback_recallany, [all …]
|
| /Linux-v5.15/tools/lib/traceevent/ |
| D | event-parse.c | 1768 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok); 1782 type = process_op(event, arg, tok); in process_field_arg() 1820 type = process_op(event, left, &token); in process_cond() 1947 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op() function 2129 return process_op(event, arg, tok); in process_op() 2131 return process_op(event, right, tok); in process_op() 2541 type = process_op(event, arg, &token); in process_fields() 2619 type = process_op(event, field, &token); in process_flags() 2869 type = process_op(event, arg, &token); in process_paren() 3225 type = process_op(event, arg, &token); in process_arg_token() [all …]
|
| D | parse-filter.c | 650 static enum op_type process_op(const char *token, in process_op() function 1054 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
|