Searched refs:rpc_drop_reply (Results 1 – 7 of 7) sorted by relevance
97 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlm4svc_proc_test()102 rc = rpc_drop_reply; in __nlm4svc_proc_test()132 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlm4svc_proc_lock()151 rc = rpc_drop_reply; in __nlm4svc_proc_lock()186 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlm4svc_proc_cancel()226 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlm4svc_proc_unlock()375 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in nlm4svc_proc_share()410 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in nlm4svc_proc_unshare()
126 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlmsvc_proc_test()131 rc = rpc_drop_reply; in __nlmsvc_proc_test()162 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlmsvc_proc_lock()181 rc = rpc_drop_reply; in __nlmsvc_proc_lock()217 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlmsvc_proc_cancel()258 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlmsvc_proc_unlock()417 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in nlmsvc_proc_share()452 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in nlmsvc_proc_unshare()
791 if (*statp == rpc_drop_reply) in nlmsvc_dispatch()
210 return rpc_drop_reply; in nfsd_proc_read()250 return rpc_drop_reply; in nfsd_proc_write()
1038 if (*statp == rpc_drop_reply || test_bit(RQ_DROPME, &rqstp->rq_flags)) in nfsd_dispatch()
111 #define rpc_drop_reply cpu_to_be32(RPC_DROP_REPLY) macro
1208 if (*statp == rpc_drop_reply || in svc_generic_dispatch()