Home
last modified time | relevance | path

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

/linux/fs/lockd/
A Dsvclock.c41 #define nlm_deadlock nlm_lck_denied
517 ret = nlm_lck_denied; in nlmsvc_lock()
552 ret = async_block ? nlm_lck_blocked : nlm_lck_denied; in nlmsvc_lock()
640 ret = nlm_lck_denied; in nlmsvc_testlock()
712 return status ? nlm_lck_denied : nlm_granted; in nlmsvc_cancel_blocked()
A Dsvcshare.c40 return nlm_lck_denied; in nlmsvc_share_file()
A Dclntproc.c440 case nlm_lck_denied: in nlmclnt_test()
591 if (resp->status == nlm_lck_denied && (fl_flags & FL_SLEEP)) in nlmclnt_lock()
777 if (status == 0 && req->a_res.status == nlm_lck_denied) in nlmclnt_cancel()
A Dclnt4xdr.c471 if (result->status == nlm_lck_denied) in nlm4_xdr_enc_testres()
505 if (result->status == nlm_lck_denied) in decode_nlm4_testrply()
A Dclntxdr.c459 if (result->status == nlm_lck_denied) in encode_nlm_testrply()
503 if (result->status == nlm_lck_denied) in decode_nlm_testrply()
A Dclntlock.c169 __be32 res = nlm_lck_denied; in nlmclnt_grant()
A Dsvcproc.c27 case nlm_lck_denied: in cast_to_nlm()
34 status = nlm_lck_denied; in cast_to_nlm()
A Dxdr.c135 case nlm_lck_denied: in svcxdr_encode_testrply()
A Dxdr4.c134 case nlm_lck_denied: in svcxdr_encode_testrply()
/linux/include/linux/lockd/
A Dxdr.h30 #define nlm_lck_denied cpu_to_be32(NLM_LCK_DENIED) macro

Completed in 14 milliseconds