Lines Matching refs:nlm_lock
47 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
145 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block()
217 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block()
392 nlmsvc_release_lockowner(struct nlm_lock *lock) in nlmsvc_release_lockowner()
408 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
469 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
576 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
577 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock()
642 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock()
670 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked()
805 struct nlm_lock *lock = &block->b_call->a_args.lock; in nlmsvc_grant_blocked()