Symbol: nlm_lockowner
fs/lockd/clntproc.c
100
static struct nlm_lockowner *nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner)
fs/lockd/clntproc.c
102
struct nlm_lockowner *res, *new = NULL;
fs/lockd/clntproc.c
53
static struct nlm_lockowner *
fs/lockd/clntproc.c
54
nlmclnt_get_lockowner(struct nlm_lockowner *lockowner)
fs/lockd/clntproc.c
60
static void nlmclnt_put_lockowner(struct nlm_lockowner *lockowner)
fs/lockd/clntproc.c
72
struct nlm_lockowner *lockowner;
fs/lockd/clntproc.c
89
static struct nlm_lockowner *__nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner)
fs/lockd/clntproc.c
91
struct nlm_lockowner *lockowner;
fs/lockd/svclock.c
346
static struct nlm_lockowner *
fs/lockd/svclock.c
347
nlmsvc_get_lockowner(struct nlm_lockowner *lockowner)
fs/lockd/svclock.c
353
void nlmsvc_put_lockowner(struct nlm_lockowner *lockowner)
fs/lockd/svclock.c
363
static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid)
fs/lockd/svclock.c
365
struct nlm_lockowner *lockowner;
fs/lockd/svclock.c
374
static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid)
fs/lockd/svclock.c
376
struct nlm_lockowner *res, *new = NULL;
fs/lockd/svclock.c
428
call->a_args.lock.svid = ((struct nlm_lockowner *) lock->fl.c.flc_owner)->pid;
fs/lockd/svcsubs.c
228
lockhost = ((struct nlm_lockowner *) fl->c.flc_owner)->host;
include/linux/lockd/lockd.h
299
void nlmsvc_put_lockowner(struct nlm_lockowner *);
include/linux/nfs_fs_i.h
12
struct nlm_lockowner *owner;
include/linux/nfs_fs_i.h
5
struct nlm_lockowner;