Home
last modified time | relevance | path

Searched refs:process_op (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/nfs/
Dcallback_xdr.c51 __be32 (*process_op)(void *, void *, struct cb_process_state *); member
874 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op() function
917 status = op->process_op(argp, resp, cps); in process_op()
973 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound()
1005 .process_op = nfs4_callback_getattr,
1011 .process_op = nfs4_callback_recall,
1017 .process_op = nfs4_callback_layoutrecall,
1022 .process_op = nfs4_callback_devicenotify,
1027 .process_op = nfs4_callback_sequence,
1033 .process_op = nfs4_callback_recallany,
[all …]
/Linux-v4.19/tools/lib/traceevent/
Devent-parse.c1692 process_op(struct event_format *event, struct print_arg *arg, char **tok);
1706 type = process_op(event, arg, tok); in process_field_arg()
1744 type = process_op(event, left, &token); in process_cond()
1871 process_op(struct event_format *event, struct print_arg *arg, char **tok) in process_op() function
2056 return process_op(event, arg, tok); in process_op()
2058 return process_op(event, right, tok); in process_op()
2468 type = process_op(event, arg, &token); in process_fields()
2546 type = process_op(event, field, &token); in process_flags()
2795 type = process_op(event, arg, &token); in process_paren()
3119 type = process_op(event, arg, &token); in process_arg_token()
[all …]
Dparse-filter.c654 static enum op_type process_op(const char *token, in process_op() function
1058 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()