Searched refs:process_op (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/nfs/ |
| D | callback_xdr.c | 51 __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(argp, resp, cps); in process_op() 965 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound() 997 .process_op = nfs4_callback_getattr, 1003 .process_op = nfs4_callback_recall, 1009 .process_op = nfs4_callback_layoutrecall, 1014 .process_op = nfs4_callback_devicenotify, 1019 .process_op = nfs4_callback_sequence, 1025 .process_op = nfs4_callback_recallany, [all …]
|
| /Linux-v5.4/tools/lib/traceevent/ |
| D | event-parse.c | 1764 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok); 1778 type = process_op(event, arg, tok); in process_field_arg() 1816 type = process_op(event, left, &token); in process_cond() 1943 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op() function 2128 return process_op(event, arg, tok); in process_op() 2130 return process_op(event, right, tok); in process_op() 2540 type = process_op(event, arg, &token); in process_fields() 2618 type = process_op(event, field, &token); in process_flags() 2867 type = process_op(event, arg, &token); in process_paren() 3191 type = process_op(event, arg, &token); in process_arg_token() [all …]
|
| D | parse-filter.c | 655 static enum op_type process_op(const char *token, in process_op() function 1059 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
|