Home
last modified time | relevance | path

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

/linux-4.4.14/fs/lockd/
Dsvcshare.c61 return nlm_granted; in nlmsvc_share_file()
79 return nlm_granted; in nlmsvc_unshare_file()
85 return nlm_granted; in nlmsvc_unshare_file()
Dclntlock.c194 block->b_status = nlm_granted; in nlmclnt_grant()
196 res = nlm_granted; in nlmclnt_grant()
Dsvclock.c434 ret = nlm_granted; in nlmsvc_lock()
463 ret = nlm_granted; in nlmsvc_lock()
535 ret = nlm_granted; in nlmsvc_testlock()
580 return (error < 0)? nlm_lck_denied_nolocks : nlm_granted; in nlmsvc_unlock()
615 return status ? nlm_lck_denied : nlm_granted; in nlmsvc_cancel_blocked()
Dclntproc.c425 case nlm_granted: in nlmclnt_test()
557 if (resp->status == nlm_granted) { in nlmclnt_lock()
623 if (status >= 0 && req->a_res.status == nlm_granted) in nlmclnt_reclaim()
677 if (resp->status == nlm_granted) in nlmclnt_unlock()
Dsvcproc.c25 case nlm_granted: in cast_to_nlm()
/linux-4.4.14/include/linux/lockd/
Dxdr.h28 #define nlm_granted cpu_to_be32(NLM_LCK_GRANTED) macro