Searched refs:nlm_granted (Results 1 – 6 of 6) sorted by relevance
62 return nlm_granted; in nlmsvc_share_file()80 return nlm_granted; in nlmsvc_unshare_file()86 return nlm_granted; in nlmsvc_unshare_file()
196 block->b_status = nlm_granted; in nlmclnt_grant()198 res = nlm_granted; in nlmclnt_grant()
512 ret = nlm_granted; in nlmsvc_lock()542 ret = nlm_granted; in nlmsvc_lock()620 ret = nlm_granted; in nlmsvc_testlock()675 return (error < 0)? nlm_lck_denied_nolocks : nlm_granted; in nlmsvc_unlock()712 return status ? nlm_lck_denied : nlm_granted; in nlmsvc_cancel_blocked()
437 case nlm_granted: in nlmclnt_test()569 if (resp->status == nlm_granted) { in nlmclnt_lock()635 if (status >= 0 && req->a_res.status == nlm_granted) in nlmclnt_reclaim()689 if (resp->status == nlm_granted) in nlmclnt_unlock()
26 case nlm_granted: in cast_to_nlm()
29 #define nlm_granted cpu_to_be32(NLM_LCK_GRANTED) macro
Completed in 9 milliseconds