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/lockd.h
345
void nlmsvc_put_lockowner(struct nlm_lockowner *);
fs/lockd/svc4proc.c
595
struct nlm_lockowner *owner;
fs/lockd/svclock.c
345
static struct nlm_lockowner *
fs/lockd/svclock.c
346
nlmsvc_get_lockowner(struct nlm_lockowner *lockowner)
fs/lockd/svclock.c
352
void nlmsvc_put_lockowner(struct nlm_lockowner *lockowner)
fs/lockd/svclock.c
362
static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid)
fs/lockd/svclock.c
364
struct nlm_lockowner *lockowner;
fs/lockd/svclock.c
373
static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid)
fs/lockd/svclock.c
375
struct nlm_lockowner *res, *new = NULL;
fs/lockd/svclock.c
427
call->a_args.lock.svid = ((struct nlm_lockowner *) lock->fl.c.flc_owner)->pid;
fs/lockd/svcproc.c
605
struct nlm_lockowner *owner;
fs/lockd/svcsubs.c
256
lockhost = ((struct nlm_lockowner *) fl->c.flc_owner)->host;
include/linux/nfs_fs_i.h
12
struct nlm_lockowner *owner;
include/linux/nfs_fs_i.h
5
struct nlm_lockowner;