Home
last modified time | relevance | path

Searched refs:nlm_lck_denied (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/fs/lockd/
Dsvclock.c39 #define nlm_deadlock nlm_lck_denied
439 ret = nlm_lck_denied; in nlmsvc_lock()
473 ret = nlm_lck_denied; in nlmsvc_lock()
550 ret = nlm_lck_denied; in nlmsvc_testlock()
615 return status ? nlm_lck_denied : nlm_granted; in nlmsvc_cancel_blocked()
Dsvcshare.c39 return nlm_lck_denied; in nlmsvc_share_file()
Dclntxdr.c476 if (result->status == nlm_lck_denied) in encode_nlm_testrply()
518 if (result->status == nlm_lck_denied) in decode_nlm_testrply()
Dclnt4xdr.c486 if (result->status == nlm_lck_denied) in nlm4_xdr_enc_testres()
520 if (result->status == nlm_lck_denied) in decode_nlm4_testrply()
Dclntproc.c428 case nlm_lck_denied: in nlmclnt_test()
590 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
762 if (status == 0 && req->a_res.status == nlm_lck_denied) in nlmclnt_cancel()
Dsvcproc.c26 case nlm_lck_denied: in cast_to_nlm()
33 status = nlm_lck_denied; in cast_to_nlm()
Dclntlock.c167 __be32 res = nlm_lck_denied; in nlmclnt_grant()
Dxdr4.c150 if (resp->status == nlm_lck_denied) { in nlm4_encode_testres()
Dxdr.c157 if (resp->status == nlm_lck_denied) { in nlm_encode_testres()
/linux-4.1.27/include/linux/lockd/
Dxdr.h29 #define nlm_lck_denied cpu_to_be32(NLM_LCK_DENIED) macro