Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dsvclock.c41 #define nlm_deadlock nlm_lck_denied
530 ret = nlm_lck_denied; in nlmsvc_lock()
565 ret = async_block ? nlm_lck_blocked : nlm_lck_denied; in nlmsvc_lock()
645 ret = nlm_lck_denied; in nlmsvc_testlock()
720 return status ? nlm_lck_denied : nlm_granted; in nlmsvc_cancel_blocked()
981 case nlm_lck_denied: in nlmsvc_grant_reply()
H A Dsvcshare.c40 return nlm_lck_denied; in nlmsvc_share_file()
H A Dclnt4xdr.c464 if (result->status == nlm_lck_denied) in nlm4_xdr_enc_testres()
498 if (result->status == nlm_lck_denied) in decode_nlm4_testrply()
H A Dclntxdr.c459 if (result->status == nlm_lck_denied) in encode_nlm_testrply()
503 if (result->status == nlm_lck_denied) in decode_nlm_testrply()
H A Dclntproc.c443 case nlm_lck_denied: in nlmclnt_test()
608 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
800 if (status == 0 && req->a_res.status == nlm_lck_denied) in nlmclnt_cancel()
H A Dclntlock.c166 __be32 res = nlm_lck_denied; in nlmclnt_grant()
H A Dxdr4.c130 case nlm_lck_denied: in svcxdr_encode_testrply()
H A Dxdr.c135 case nlm_lck_denied: in svcxdr_encode_testrply()
H A Dsvcproc.c27 case nlm_lck_denied: in cast_to_nlm()
34 status = nlm_lck_denied; in cast_to_nlm()
/openbmc/linux/include/linux/lockd/
H A Dxdr.h31 #define nlm_lck_denied cpu_to_be32(NLM_LCK_DENIED) macro