Lines Matching refs:nlm_lock
48 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
146 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block()
218 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block()
393 nlmsvc_release_lockowner(struct nlm_lock *lock) in nlmsvc_release_lockowner()
409 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
470 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
587 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
588 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock()
647 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock()
682 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked()
820 struct nlm_lock *lock = &block->b_call->a_args.lock; in nlmsvc_grant_blocked()