Searched refs:nlmsvc_unlock (Results 1 – 4 of 4) sorted by relevance
262 __be32 nlmsvc_unlock(struct nlm_file *, struct nlm_lock *);
197 resp->status = nlmsvc_unlock(file, &argp->lock); in nlm4svc_proc_unlock()
227 resp->status = cast_status(nlmsvc_unlock(file, &argp->lock)); in nlmsvc_proc_unlock()
578 nlmsvc_unlock(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock() function