Searched refs:nlm_lck_denied_nolocks (Results 1 – 8 of 8) sorted by relevance
21 #define nlm_stale_fh nlm_lck_denied_nolocks22 #define nlm_failed nlm_lck_denied_nolocks
28 case nlm_lck_denied_nolocks: in cast_to_nlm()37 status = nlm_lck_denied_nolocks; in cast_to_nlm()62 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()89 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()163 resp->status = nlm_lck_denied_nolocks; in __nlmsvc_proc_lock()
375 __be32 status = nlm_lck_denied_nolocks; in nlmsvc_defer_lock_rqst()423 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()487 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()531 ret = nlm_lck_denied_nolocks; in nlmsvc_testlock()581 return (error < 0)? nlm_lck_denied_nolocks : nlm_granted; in nlmsvc_unlock()
33 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()59 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()132 resp->status = nlm_lck_denied_nolocks; in __nlm4svc_proc_lock()
46 return nlm_lck_denied_nolocks; in nlmsvc_share_file()
103 nfserr = nlm_lck_denied_nolocks; in nlm_lookup_file()
690 if (resp->status != nlm_lck_denied_nolocks) in nlmclnt_unlock()
31 #define nlm_lck_denied_nolocks cpu_to_be32(NLM_LCK_DENIED_NOLOCKS) macro