Searched refs:nlm_lck_denied_nolocks (Results 1 – 8 of 8) sorted by relevance
20 #define nlm_stale_fh nlm_lck_denied_nolocks21 #define nlm_failed nlm_lck_denied_nolocks
27 case nlm_lck_denied_nolocks: in cast_to_nlm()36 status = nlm_lck_denied_nolocks; in cast_to_nlm()61 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()88 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()156 resp->status = nlm_lck_denied_nolocks; in nlmsvc_proc_lock()
374 __be32 status = nlm_lck_denied_nolocks; in nlmsvc_defer_lock_rqst()422 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()486 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()530 ret = nlm_lck_denied_nolocks; in nlmsvc_testlock()580 return (error < 0)? nlm_lck_denied_nolocks : nlm_granted; in nlmsvc_unlock()
32 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()58 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()125 resp->status = nlm_lck_denied_nolocks; in nlm4svc_proc_lock()
45 return nlm_lck_denied_nolocks; in nlmsvc_share_file()
103 nfserr = nlm_lck_denied_nolocks; in nlm_lookup_file()
680 if (resp->status != nlm_lck_denied_nolocks) in nlmclnt_unlock()
30 #define nlm_lck_denied_nolocks cpu_to_be32(NLM_LCK_DENIED_NOLOCKS) macro