Home
last modified time | relevance | path

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

/linux-2.6.39/fs/lockd/
Dsvcproc.c28 case nlm_lck_denied_grace_period: in cast_to_nlm()
185 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_cancel()
218 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unlock()
365 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_share()
398 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unshare()
Dsvc4proc.c155 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_cancel()
188 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unlock()
325 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_share()
358 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unshare()
Dsvclock.c423 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
427 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
535 ret = nlm_lck_denied_grace_period; in nlmsvc_testlock()
619 return nlm_lck_denied_grace_period; in nlmsvc_cancel_blocked()
876 if (status == nlm_lck_denied_grace_period) { in nlmsvc_grant_reply()
Dclntlock.c269 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
Dclntproc.c293 if (resp->status == nlm_lck_denied_grace_period) { in nlmclnt_call()
545 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
Dclntxdr.c239 if (unlikely(*p > nlm_lck_denied_grace_period)) in decode_nlm_stat()
/linux-2.6.39/include/linux/lockd/
Dxdr.h32 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD) macro