Searched refs:nlmsvc_unlock (Results 1 – 4 of 4) sorted by relevance
280 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *);
240 resp->status = nlmsvc_unlock(SVC_NET(rqstp), file, &argp->lock); in __nlm4svc_proc_unlock()
265 resp->status = cast_status(nlmsvc_unlock(net, file, &argp->lock)); in __nlmsvc_proc_unlock()
658 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock() function