Symbol: nlm_rqst
fs/lockd/clntlock.c
129
int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout)
fs/lockd/clntlock.c
231
struct nlm_rqst *req;
fs/lockd/clntproc.c
129
static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl)
fs/lockd/clntproc.c
149
static void nlmclnt_release_lockargs(struct nlm_rqst *req)
fs/lockd/clntproc.c
164
struct nlm_rqst *call;
fs/lockd/clntproc.c
206
struct nlm_rqst *nlm_alloc_call(struct nlm_host *host)
fs/lockd/clntproc.c
208
struct nlm_rqst *call;
fs/lockd/clntproc.c
227
void nlmclnt_release_call(struct nlm_rqst *call)
fs/lockd/clntproc.c
265
nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc)
fs/lockd/clntproc.c
30
static int nlmclnt_test(struct nlm_rqst *, struct file_lock *);
fs/lockd/clntproc.c
31
static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
fs/lockd/clntproc.c
32
static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
fs/lockd/clntproc.c
343
static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
fs/lockd/clntproc.c
371
static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops)
fs/lockd/clntproc.c
385
int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
fs/lockd/clntproc.c
394
int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
fs/lockd/clntproc.c
410
static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops)
fs/lockd/clntproc.c
432
nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl)
fs/lockd/clntproc.c
522
nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl)
fs/lockd/clntproc.c
644
struct nlm_rqst *req)
fs/lockd/clntproc.c
686
nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl)
fs/lockd/clntproc.c
732
struct nlm_rqst *req = data;
fs/lockd/clntproc.c
745
struct nlm_rqst *req = data;
fs/lockd/clntproc.c
788
struct nlm_rqst *req;
fs/lockd/clntproc.c
813
struct nlm_rqst *req = data;
fs/lockd/lockd.h
220
struct nlm_rqst * b_call; /* RPC args & callback info */
fs/lockd/lockd.h
254
struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
fs/lockd/lockd.h
255
int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
fs/lockd/lockd.h
256
int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
fs/lockd/lockd.h
257
void nlmclnt_release_call(struct nlm_rqst *);
fs/lockd/lockd.h
262
int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
fs/lockd/lockd.h
267
struct nlm_rqst *);
fs/lockd/lockd.h
335
void nlmsvc_release_call(struct nlm_rqst *);
fs/lockd/svc4proc.c
570
struct nlm_rqst *call;
fs/lockd/svclock.c
228
struct nlm_rqst *call = NULL;
fs/lockd/svclock.c
40
static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct lockd_lock *lock);
fs/lockd/svclock.c
41
static void nlmsvc_freegrantargs(struct nlm_rqst *call);
fs/lockd/svclock.c
418
static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct lockd_lock *lock)
fs/lockd/svclock.c
440
static void nlmsvc_freegrantargs(struct nlm_rqst *call)
fs/lockd/svclock.c
931
struct nlm_rqst *call = data;
fs/lockd/svclock.c
971
struct nlm_rqst *call = data;
fs/lockd/svcproc.c
553
void nlmsvc_release_call(struct nlm_rqst *call)
fs/lockd/svcproc.c
580
struct nlm_rqst *call;