Searched refs:nlm_lck_denied_grace_period (Results 1 – 7 of 7) sorted by relevance
29 case nlm_lck_denied_grace_period: in cast_to_nlm()188 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_cancel()222 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unlock()370 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_share()403 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unshare()
156 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_cancel()189 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unlock()327 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_share()360 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unshare()
153 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()290 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
447 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()451 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()520 ret = nlm_lck_denied_grace_period; in nlmsvc_testlock()604 return nlm_lck_denied_grace_period; in nlmsvc_cancel_blocked()874 if (status == nlm_lck_denied_grace_period) { in nlmsvc_grant_reply()
294 if (resp->status == nlm_lck_denied_grace_period) { in nlmclnt_call()535 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
234 if (unlikely(ntohl(*p) > ntohl(nlm_lck_denied_grace_period))) in decode_nlm_stat()
32 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD) macro