Searched refs:nlm_rqst (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/fs/lockd/
H A Dclntproc.c26 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *);
27 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
28 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
124 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) nlmclnt_setlockargs()
143 static void nlmclnt_release_lockargs(struct nlm_rqst *req) nlmclnt_release_lockargs()
157 struct nlm_rqst *call; nlmclnt_proc()
194 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) nlm_alloc_call()
196 struct nlm_rqst *call; nlm_alloc_call()
215 void nlmclnt_release_call(struct nlm_rqst *call) nlmclnt_release_call()
249 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc) nlmclnt_call()
327 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) __nlm_async_call()
355 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) nlm_do_async_call()
369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlm_async_call()
378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlm_async_reply()
394 static int nlmclnt_async_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlmclnt_async_call()
416 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) nlmclnt_test()
501 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) nlmclnt_lock()
609 struct nlm_rqst *req) nlmclnt_reclaim()
649 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) nlmclnt_unlock()
692 struct nlm_rqst *req = data; nlmclnt_unlock_callback()
734 struct nlm_rqst *req; nlmclnt_cancel()
759 struct nlm_rqst *req = data; nlmclnt_cancel_callback()
H A Dclntlock.c129 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) nlmclnt_block()
231 struct nlm_rqst *req; reclaimer()
H A Dsvclock.c46 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
47 static void nlmsvc_freegrantargs(struct nlm_rqst *call);
220 struct nlm_rqst *call = NULL; nlmsvc_create_block()
335 * Initialize arguments for GRANTED call. The nlm_rqst structure
338 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) nlmsvc_setgrantargs()
360 static void nlmsvc_freegrantargs(struct nlm_rqst *call) nlmsvc_freegrantargs()
810 struct nlm_rqst *call = data; nlmsvc_grant_callback()
850 struct nlm_rqst *call = data; nlmsvc_grant_release()
H A Dsvcproc.c264 void nlmsvc_release_call(struct nlm_rqst *call) nlmsvc_release_call()
291 struct nlm_rqst *call; nlmsvc_callback()
H A Dsvc4proc.c250 struct nlm_rqst *call; nlm4svc_callback()
/linux-4.4.14/include/linux/lockd/
H A Dlockd.h136 struct nlm_rqst { struct
174 struct nlm_rqst * b_call; /* RPC args & callback info */
205 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
206 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
207 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
208 void nlmclnt_release_call(struct nlm_rqst *);
211 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
216 struct nlm_rqst *);
278 void nlmsvc_release_call(struct nlm_rqst *);

Completed in 196 milliseconds