Lines Matching refs:nlm_lockowner
335 static struct nlm_lockowner *
336 nlmsvc_get_lockowner(struct nlm_lockowner *lockowner) in nlmsvc_get_lockowner()
342 static void nlmsvc_put_lockowner(struct nlm_lockowner *lockowner) in nlmsvc_put_lockowner()
352 static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in __nlmsvc_find_lockowner()
354 struct nlm_lockowner *lockowner; in __nlmsvc_find_lockowner()
363 static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in nlmsvc_find_lockowner()
365 struct nlm_lockowner *res, *new = NULL; in nlmsvc_find_lockowner()
400 struct nlm_lockowner *nlm_lo = (struct nlm_lockowner *)fl->fl_owner; in nlmsvc_locks_copy_lock()
406 nlmsvc_put_lockowner((struct nlm_lockowner *)fl->fl_owner); in nlmsvc_locks_release_private()
435 call->a_args.lock.svid = ((struct nlm_lockowner *)lock->fl.fl_owner)->pid; in nlmsvc_setgrantargs()
599 struct nlm_lockowner *test_owner; in nlmsvc_testlock()
614 test_owner = (struct nlm_lockowner *)lock->fl.fl_owner; in nlmsvc_testlock()
637 conflock->svid = ((struct nlm_lockowner *)lock->fl.fl_owner)->pid; in nlmsvc_testlock()