Home
last modified time | relevance | path

Searched refs:nlm_lck_denied_nolocks (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/fs/nfsd/
A Dlockd.c21 #define nlm_stale_fh nlm_lck_denied_nolocks
22 #define nlm_failed nlm_lck_denied_nolocks
/linux-6.3-rc2/fs/lockd/
A Dsvcproc.c28 case nlm_lck_denied_nolocks: in cast_to_nlm()
37 status = nlm_lck_denied_nolocks; in cast_to_nlm()
63 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()
88 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()
98 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()
176 resp->status = nlm_lck_denied_nolocks; in __nlmsvc_proc_lock()
A Dsvc4proc.c33 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()
67 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()
77 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()
153 resp->status = nlm_lck_denied_nolocks; in __nlm4svc_proc_lock()
A Dsvclock.c445 __be32 status = nlm_lck_denied_nolocks; in nlmsvc_defer_lock_rqst()
502 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()
567 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()
613 ret = nlm_lck_denied_nolocks; in nlmsvc_testlock()
671 return (error < 0)? nlm_lck_denied_nolocks : nlm_granted; in nlmsvc_unlock()
A Dsvcshare.c46 return nlm_lck_denied_nolocks; in nlmsvc_share_file()
A Dsvcsubs.c130 nfserr = nlm_lck_denied_nolocks; in nlm_lookup_file()
A Dclntproc.c693 if (resp->status != nlm_lck_denied_nolocks) in nlmclnt_unlock()
/linux-6.3-rc2/include/linux/lockd/
A Dxdr.h32 #define nlm_lck_denied_nolocks cpu_to_be32(NLM_LCK_DENIED_NOLOCKS) macro

Completed in 13 milliseconds