Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/lockd/
Dxdr.h30 #define nlm_lck_denied cpu_to_be32(NLM_LCK_DENIED) macro
/linux-4.19.296/fs/lockd/
Dsvclock.c40 #define nlm_deadlock nlm_lck_denied
440 ret = nlm_lck_denied; in nlmsvc_lock()
474 ret = nlm_lck_denied; in nlmsvc_lock()
551 ret = nlm_lck_denied; in nlmsvc_testlock()
616 return status ? nlm_lck_denied : nlm_granted; in nlmsvc_cancel_blocked()
Dsvcshare.c40 return nlm_lck_denied; in nlmsvc_share_file()
Dclnt4xdr.c485 if (result->status == nlm_lck_denied) in nlm4_xdr_enc_testres()
519 if (result->status == nlm_lck_denied) in decode_nlm4_testrply()
Dclntxdr.c473 if (result->status == nlm_lck_denied) in encode_nlm_testrply()
517 if (result->status == nlm_lck_denied) in decode_nlm_testrply()
Dclntproc.c438 case nlm_lck_denied: in nlmclnt_test()
589 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
775 if (status == 0 && req->a_res.status == nlm_lck_denied) in nlmclnt_cancel()
Dclntlock.c168 __be32 res = nlm_lck_denied; in nlmclnt_grant()
Dsvcproc.c27 case nlm_lck_denied: in cast_to_nlm()
34 status = nlm_lck_denied; in cast_to_nlm()
Dxdr4.c151 if (resp->status == nlm_lck_denied) { in nlm4_encode_testres()
Dxdr.c158 if (resp->status == nlm_lck_denied) { in nlm_encode_testres()