nlm_lockowner      50 fs/lockd/clntproc.c static struct nlm_lockowner *
nlm_lockowner      51 fs/lockd/clntproc.c nlmclnt_get_lockowner(struct nlm_lockowner *lockowner)
nlm_lockowner      57 fs/lockd/clntproc.c static void nlmclnt_put_lockowner(struct nlm_lockowner *lockowner)
nlm_lockowner      69 fs/lockd/clntproc.c 	struct nlm_lockowner *lockowner;
nlm_lockowner      86 fs/lockd/clntproc.c static struct nlm_lockowner *__nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner)
nlm_lockowner      88 fs/lockd/clntproc.c 	struct nlm_lockowner *lockowner;
nlm_lockowner      97 fs/lockd/clntproc.c static struct nlm_lockowner *nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner)
nlm_lockowner      99 fs/lockd/clntproc.c 	struct nlm_lockowner *res, *new = NULL;
nlm_lockowner     335 fs/lockd/svclock.c static struct nlm_lockowner *
nlm_lockowner     336 fs/lockd/svclock.c nlmsvc_get_lockowner(struct nlm_lockowner *lockowner)
nlm_lockowner     342 fs/lockd/svclock.c static void nlmsvc_put_lockowner(struct nlm_lockowner *lockowner)
nlm_lockowner     352 fs/lockd/svclock.c static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid)
nlm_lockowner     354 fs/lockd/svclock.c 	struct nlm_lockowner *lockowner;
nlm_lockowner     363 fs/lockd/svclock.c static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid)
nlm_lockowner     365 fs/lockd/svclock.c 	struct nlm_lockowner *res, *new = NULL;
nlm_lockowner     400 fs/lockd/svclock.c 	struct nlm_lockowner *nlm_lo = (struct nlm_lockowner *)fl->fl_owner;
nlm_lockowner     406 fs/lockd/svclock.c 	nlmsvc_put_lockowner((struct nlm_lockowner *)fl->fl_owner);
nlm_lockowner     435 fs/lockd/svclock.c 	call->a_args.lock.svid = ((struct nlm_lockowner *)lock->fl.fl_owner)->pid;
nlm_lockowner     599 fs/lockd/svclock.c 	struct nlm_lockowner	*test_owner;
nlm_lockowner     614 fs/lockd/svclock.c 	test_owner = (struct nlm_lockowner *)lock->fl.fl_owner;
nlm_lockowner     637 fs/lockd/svclock.c 	conflock->svid = ((struct nlm_lockowner *)lock->fl.fl_owner)->pid;
nlm_lockowner     183 fs/lockd/svcsubs.c 		lockhost = ((struct nlm_lockowner *)fl->fl_owner)->host;
nlm_lockowner       5 include/linux/nfs_fs_i.h struct nlm_lockowner;
nlm_lockowner      12 include/linux/nfs_fs_i.h 	struct nlm_lockowner *owner;