Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dsvcproc.c30 case nlm_lck_denied_grace_period: in cast_to_nlm()
201 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_cancel()
241 resp->status = nlm_lck_denied_grace_period; in __nlmsvc_proc_unlock()
399 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_share()
433 resp->status = nlm_lck_denied_grace_period; in nlmsvc_proc_unshare()
Dsvc4proc.c169 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_cancel()
208 resp->status = nlm_lck_denied_grace_period; in __nlm4svc_proc_unlock()
356 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_share()
390 resp->status = nlm_lck_denied_grace_period; in nlm4svc_proc_unshare()
Dclntlock.c154 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()
287 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
Dsvclock.c448 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
452 ret = nlm_lck_denied_grace_period; in nlmsvc_lock()
521 ret = nlm_lck_denied_grace_period; in nlmsvc_testlock()
605 return nlm_lck_denied_grace_period; in nlmsvc_cancel_blocked()
874 if (status == nlm_lck_denied_grace_period) { in nlmsvc_grant_reply()
Dclntproc.c304 if (resp->status == nlm_lck_denied_grace_period) { in nlmclnt_call()
545 if (resp->status == nlm_lck_denied_grace_period) in nlmclnt_lock()
Dclntxdr.c225 if (unlikely(ntohl(*p) > ntohl(nlm_lck_denied_grace_period))) in decode_nlm_stat()
/linux-4.19.296/include/linux/lockd/
Dxdr.h33 #define nlm_lck_denied_grace_period cpu_to_be32(NLM_LCK_DENIED_GRACE_PERIOD) macro