Home
last modified time | relevance | path

Searched refs:nlm_granted (Results 1 – 6 of 6) sorted by relevance

/linux/fs/lockd/
H A Dsvcshare.c62 return nlm_granted; in nlmsvc_share_file()
80 return nlm_granted; in nlmsvc_unshare_file()
86 return nlm_granted; in nlmsvc_unshare_file()
H A Dclntlock.c193 block->b_status = nlm_granted; in nlmclnt_grant()
195 res = nlm_granted; in nlmclnt_grant()
H A Dsvclock.c524 ret = nlm_granted; in nlmsvc_lock()
574 ret = nlm_granted; in nlmsvc_lock()
642 ret = nlm_granted; in nlmsvc_testlock()
695 return (error < 0)? nlm_lck_denied_nolocks : nlm_granted; in nlmsvc_unlock()
733 return status ? nlm_lck_denied : nlm_granted; in nlmsvc_cancel_blocked()
H A Dclntproc.c442 case nlm_granted: in nlmclnt_test()
589 if (resp->status == nlm_granted) { in nlmclnt_lock()
659 if (status >= 0 && req->a_res.status == nlm_granted) in nlmclnt_reclaim()
714 if (resp->status == nlm_granted) in nlmclnt_unlock()
H A Dsvcproc.c26 case nlm_granted: in cast_to_nlm()
/linux/include/linux/lockd/
H A Dxdr.h30 #define nlm_granted cpu_to_be32(NLM_LCK_GRANTED) macro