Lines Matching refs:nlm_lock
47 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
147 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block()
226 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block()
404 nlmsvc_release_lockowner(struct nlm_lock *lock) in nlmsvc_release_lockowner()
420 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
481 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
611 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
612 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock()
671 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock()
706 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked()
844 struct nlm_lock *lock = &block->b_call->a_args.lock; in nlmsvc_grant_blocked()