Searched refs:caller_name (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/lockd/ |
| H A D | svcproc.c | 276 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlmsvc_proc_test() 335 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, in nlmsvc_do_lock() 431 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlmsvc_proc_cancel() 488 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlmsvc_proc_unlock() 613 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in __nlmsvc_proc_test_msg() 657 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlmsvc_proc_test_msg() 677 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, true); in __nlmsvc_proc_lock_msg() 721 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlmsvc_proc_lock_msg() 747 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in __nlmsvc_proc_cancel_msg() 789 host = nlm3svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlmsvc_proc_cancel_msg() [all …]
|
| H A D | svc4proc.c | 260 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_test() 314 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, in nlm4svc_do_lock() 424 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_cancel() 486 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_unlock() 603 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in __nlm4svc_proc_test_msg() 642 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_test_msg() 662 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, true); in __nlm4svc_proc_lock_msg() 704 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_lock_msg() 730 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in __nlm4svc_proc_cancel_msg() 768 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_cancel_msg() [all …]
|
| H A D | nlm3xdr_gen.c | 493 if (value->caller_name.len > LM_MAXSTRLEN) in xdrgen_encode_nlm_lock() 495 if (xdr_stream_encode_opaque(xdr, value->caller_name.data, value->caller_name.len) < 0) in xdrgen_encode_nlm_lock() 579 if (value->caller_name.len > LM_MAXSTRLEN) in xdrgen_encode_nlm_share() 581 if (xdr_stream_encode_opaque(xdr, value->caller_name.data, value->caller_name.len) < 0) in xdrgen_encode_nlm_share()
|
| H A D | nlm4xdr_gen.c | 558 if (value->caller_name.len > LM_MAXSTRLEN) in xdrgen_encode_nlm4_lock() 560 if (xdr_stream_encode_opaque(xdr, value->caller_name.data, value->caller_name.len) < 0) in xdrgen_encode_nlm4_lock() 632 if (value->caller_name.len > LM_MAXSTRLEN) in xdrgen_encode_nlm4_share() 634 if (xdr_stream_encode_opaque(xdr, value->caller_name.data, value->caller_name.len) < 0) in xdrgen_encode_nlm4_share()
|
| /linux/include/linux/sunrpc/xdrgen/ |
| H A D | nlm3.h | 60 string caller_name; member 114 string caller_name; member
|
| H A D | nlm4.h | 93 string caller_name; member 129 string caller_name; member
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 6644 void dc_allow_idle_optimizations_internal(struct dc *dc, bool allow, char const *caller_name) in dc_allow_idle_optimizations_internal() argument 6659 dc->idle_optimizations_allowed, allow, caller_name); in dc_allow_idle_optimizations_internal() 6693 subvp_pipe_type[3], subvp_pipe_type[4], subvp_pipe_type[5], caller_name); in dc_allow_idle_optimizations_internal() 6697 void dc_exit_ips_for_hw_access_internal(struct dc *dc, const char *caller_name) in dc_exit_ips_for_hw_access_internal() argument 6700 dc_allow_idle_optimizations_internal(dc, false, caller_name); in dc_exit_ips_for_hw_access_internal()
|