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.c29 case nlm__int__drop_reply: in cast_status()
149 return resp->status == nlm__int__drop_reply ? in __nlmsvc_proc_test()
155 if (resp->status == nlm__int__drop_reply) in __nlmsvc_proc_test()
187 return resp->status == nlm__int__drop_reply ? in __nlmsvc_proc_lock()
194 if (resp->status == nlm__int__drop_reply) in __nlmsvc_proc_lock()
231 return resp->status == nlm__int__drop_reply ? in __nlmsvc_proc_cancel()
273 return resp->status == nlm__int__drop_reply ? in __nlmsvc_proc_unlock()
431 return resp->status == nlm__int__drop_reply ? in nlmsvc_proc_share()
469 return resp->status == nlm__int__drop_reply ? in nlmsvc_proc_unshare()
H A Dsvc4proc.c291 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_proc_test()
335 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_do_lock()
439 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_proc_cancel()
501 return resp->xdrgen.stat.stat == nlm__int__drop_reply ? in nlm4svc_proc_unlock()
619 return resp->status == nlm__int__drop_reply ? rpc_drop_reply : rpc_success; in __nlm4svc_proc_test_msg()
678 return resp->status == nlm__int__drop_reply ? in __nlm4svc_proc_lock_msg()
742 return resp->status == nlm__int__drop_reply ? in __nlm4svc_proc_cancel_msg()
805 return resp->status == nlm__int__drop_reply ? in __nlm4svc_proc_unlock_msg()
1019 return resp->xdrgen.stat == nlm__int__drop_reply ? in nlm4svc_proc_share()
1085 return resp->xdrgen.stat == nlm__int__drop_reply ? in nlm4svc_proc_unshare()
H A Dlockd.h66 #define nlm__int__drop_reply cpu_to_be32(30000) macro
H A Dsvclock.c465 status = nlm__int__drop_reply; in nlmsvc_defer_lock_rqst()
533 ret = nlm__int__drop_reply; in nlmsvc_lock()
H A Dsvcsubs.c114 nlmerr = nlm__int__drop_reply; in nlm_do_fopen()