Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dlockd.c20 #define nlm_stale_fh nlm_lck_denied_nolocks
21 #define nlm_failed nlm_lck_denied_nolocks
/linux-4.4.14/fs/lockd/
Dsvcproc.c27 case nlm_lck_denied_nolocks: in cast_to_nlm()
36 status = nlm_lck_denied_nolocks; in cast_to_nlm()
61 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()
88 return nlm_lck_denied_nolocks; in nlmsvc_retrieve_args()
156 resp->status = nlm_lck_denied_nolocks; in nlmsvc_proc_lock()
Dsvclock.c374 __be32 status = nlm_lck_denied_nolocks; in nlmsvc_defer_lock_rqst()
422 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()
486 ret = nlm_lck_denied_nolocks; in nlmsvc_lock()
530 ret = nlm_lck_denied_nolocks; in nlmsvc_testlock()
580 return (error < 0)? nlm_lck_denied_nolocks : nlm_granted; in nlmsvc_unlock()
Dsvc4proc.c32 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()
58 return nlm_lck_denied_nolocks; in nlm4svc_retrieve_args()
125 resp->status = nlm_lck_denied_nolocks; in nlm4svc_proc_lock()
Dsvcshare.c45 return nlm_lck_denied_nolocks; in nlmsvc_share_file()
Dsvcsubs.c103 nfserr = nlm_lck_denied_nolocks; in nlm_lookup_file()
Dclntproc.c680 if (resp->status != nlm_lck_denied_nolocks) in nlmclnt_unlock()
/linux-4.4.14/include/linux/lockd/
Dxdr.h30 #define nlm_lck_denied_nolocks cpu_to_be32(NLM_LCK_DENIED_NOLOCKS) macro