Searched refs:process_op (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | callback_xdr.c | 52 __be32 (*process_op)(void *, void *, struct cb_process_state *); member 862 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op() function 905 status = op->process_op(argp, resp, cps); in process_op() 966 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound() 998 .process_op = nfs4_callback_getattr, 1004 .process_op = nfs4_callback_recall, 1010 .process_op = nfs4_callback_layoutrecall, 1015 .process_op = nfs4_callback_devicenotify, 1020 .process_op = nfs4_callback_sequence, 1026 .process_op [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A 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() 999 .process_op = nfs4_callback_getattr, 1005 .process_op = nfs4_callback_recall, 1011 .process_op = nfs4_callback_layoutrecall, 1016 .process_op = nfs4_callback_devicenotify, 1021 .process_op = nfs4_callback_sequence, 1027 .process_op [all...] |
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A 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()
|
H A 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(even in process_arg_token() [all...] |
Completed in 11 milliseconds