Home
last modified time | relevance | path

Searched refs:nlm_lck_denied_grace_period (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/lockd/
Dsvcproc.c29 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()
Dsvc4proc.c156 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()
Dclntlock.c153 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()
290 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
Dsvclock.c447 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()
Dclntproc.c294 if (resp->status == nlm_lck_denied_grace_period) { in nlmclnt_call()
546 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
Dclntxdr.c234 if (unlikely(ntohl(*p) > ntohl(nlm_lck_denied_grace_period))) in decode_nlm_stat()
/linux-4.1.27/include/linux/lockd/
Dxdr.h32 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD) macro