Home
last modified time | relevance | path

Searched refs:nlm__int__drop_reply (Results 1 – 5 of 5) sorted by relevance

/linux/fs/lockd/
H A Dsvcproc.c214 case nlm__int__drop_reply: in cast_status()
314 return resp->xdrgen.test_stat.stat == nlm__int__drop_reply ? in nlmsvc_proc_test()
358 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlmsvc_do_lock()
448 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlmsvc_proc_cancel()
505 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlmsvc_proc_unlock()
631 return resp->status == nlm__int__drop_reply ? rpc_drop_reply : rpc_success; in __nlmsvc_proc_test_msg()
695 return resp->status == nlm__int__drop_reply ? rpc_drop_reply : rpc_success; in __nlmsvc_proc_lock_msg()
763 return resp->status == nlm__int__drop_reply ? rpc_drop_reply : rpc_success; in __nlmsvc_proc_cancel_msg()
830 return resp->status == nlm__int__drop_reply ? rpc_drop_reply : rpc_success; in __nlmsvc_proc_unlock_msg()
1048 return resp->xdrgen.stat == nlm__int__drop_reply ? in nlmsvc_proc_share()
[all …]
H A Dsvc4proc.c293 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_proc_test()
337 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_do_lock()
441 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_proc_cancel()
503 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_proc_unlock()
621 return resp->status == nlm__int__drop_reply ? rpc_drop_reply : rpc_success; in __nlm4svc_proc_test_msg()
682 return resp->status == nlm__int__drop_reply ? in __nlm4svc_proc_lock_msg()
746 return resp->status == nlm__int__drop_reply ? in __nlm4svc_proc_cancel_msg()
809 return resp->status == nlm__int__drop_reply ? in __nlm4svc_proc_unlock_msg()
1024 return resp->xdrgen.stat == nlm__int__drop_reply ? in nlm4svc_proc_share()
1092 return resp->xdrgen.stat == nlm__int__drop_reply ? in nlm4svc_proc_unshare()
H A Dlockd.h74 #define nlm__int__drop_reply cpu_to_be32(30000) macro
H A Dsvcsubs.c126 nlmerr = nlm__int__drop_reply; in nlm_do_fopen()
H A Dsvclock.c433 status = nlm__int__drop_reply; in nlmsvc_defer_lock_rqst()
501 ret = nlm__int__drop_reply; in nlmsvc_lock()