Home
last modified time | relevance | path

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

/Linux-v6.1/fs/lockd/
Dsvcproc.c30 case nlm_lck_denied_grace_period: in cast_to_nlm()
214 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_cancel()
255 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_unlock()
412 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_share()
447 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unshare()
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()
Dsvc4proc.c190 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_cancel()
230 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_unlock()
377 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_share()
412 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unshare()
Dsvclock.c527 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
531 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
602 ret = nlm_lck_denied_grace_period; in nlmsvc_testlock()
694 return nlm_lck_denied_grace_period; in nlmsvc_cancel_blocked()
960 if (status == nlm_lck_denied_grace_period) { in nlmsvc_grant_reply()
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()
Dclntxdr.c213 if (unlikely(ntohl(*p) > ntohl(nlm_lck_denied_grace_period))) in decode_nlm_stat()
/Linux-v6.1/include/linux/lockd/
Dxdr.h33 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD) macro