Searched refs:process_op (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/fs/nfs/ |
D | callback_xdr.c | 52 __be32 (*process_op)(void *, void *, struct cb_process_state *); member 861 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op() function 904 status = op->process_op(rqstp->rq_argp, rqstp->rq_resp, in process_op() 959 status = process_op(nops, rqstp, &cps); in nfs4_callback_compound() 1002 .process_op = nfs4_callback_getattr, 1008 .process_op = nfs4_callback_recall, 1014 .process_op = nfs4_callback_layoutrecall, 1019 .process_op = nfs4_callback_devicenotify, 1024 .process_op = nfs4_callback_sequence, 1030 .process_op = nfs4_callback_recallany, [all …]
|
/Linux-v6.1/tools/lib/traceevent/ |
D | event-parse.c | 1778 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok); 1792 type = process_op(event, arg, tok); in process_field_arg() 1830 type = process_op(event, left, &token); in process_cond() 1957 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op() function 2139 return process_op(event, arg, tok); in process_op() 2141 return process_op(event, right, tok); in process_op() 2551 type = process_op(event, arg, &token); in process_fields() 2629 type = process_op(event, field, &token); in process_flags() 2879 type = process_op(event, arg, &token); in process_paren() 3239 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()
|