Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dsvcproc.c39 case nlm_lck_denied_grace_period: in cast_to_nlm()
131 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_test()
162 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_lock()
205 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_cancel()
238 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unlock()
364 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_share()
397 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unshare()
Dsvc4proc.c104 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_test()
134 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_lock()
177 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_cancel()
210 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unlock()
336 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_share()
369 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unshare()
/linux-2.4.37.9/include/linux/lockd/
Dxdr.h24 #define nlm_lck_denied_grace_period __constant_htonl(NLM_LCK_DENIED_GRACE_PERIOD) macro