Home
last modified time | relevance | path

Searched refs:nlm_lck_denied_grace_period (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/lockd/
H A Dsvcproc.c30 case nlm_lck_denied_grace_period: in cast_to_nlm()
209 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_cancel()
250 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_unlock()
409 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_share()
444 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unshare()
H A Dclntlock.c155 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()
288 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
H A Dsvc4proc.c177 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_cancel()
217 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_unlock()
366 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_share()
401 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unshare()
H A Dsvclock.c517 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
521 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
591 ret = nlm_lck_denied_grace_period; in nlmsvc_testlock()
683 return nlm_lck_denied_grace_period; in nlmsvc_cancel_blocked()
946 if (status == nlm_lck_denied_grace_period) { in nlmsvc_grant_reply()
H A Dclntproc.c306 if (resp->status == nlm_lck_denied_grace_period) { in nlmclnt_call()
547 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
H A Dclntxdr.c213 if (unlikely(ntohl(*p) > ntohl(nlm_lck_denied_grace_period))) in decode_nlm_stat()
/kernel/linux/linux-6.6/fs/lockd/
H A Dsvcproc.c30 case nlm_lck_denied_grace_period: in cast_to_nlm()
215 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_cancel()
256 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_unlock()
413 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_share()
448 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unshare()
H A Dclntlock.c153 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_wait()
286 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
H A Dsvc4proc.c191 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_cancel()
231 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_unlock()
378 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_share()
413 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unshare()
H A Dsvclock.c538 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
542 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
613 ret = nlm_lck_denied_grace_period; in nlmsvc_testlock()
707 return nlm_lck_denied_grace_period; in nlmsvc_cancel_blocked()
977 case nlm_lck_denied_grace_period: in nlmsvc_grant_reply()
H A Dclntproc.c309 if (resp->status == nlm_lck_denied_grace_period) { in nlmclnt_call()
561 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
H A Dclntxdr.c213 if (unlikely(ntohl(*p) > ntohl(nlm_lck_denied_grace_period))) in decode_nlm_stat()
/kernel/linux/linux-5.10/include/linux/lockd/
H A Dxdr.h33 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD) macro
/kernel/linux/linux-6.6/include/linux/lockd/
H A Dxdr.h34 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD) macro

Completed in 13 milliseconds