Lines Matching refs:nlm_rqst

26 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) in nlmclnt_setlockargs()
143 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs()
157 struct nlm_rqst *call; in nlmclnt_proc()
194 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call()
196 struct nlm_rqst *call; in nlm_alloc_call()
215 void nlmclnt_release_call(struct nlm_rqst *call) in nlmclnt_release_call()
249 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call()
327 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call()
355 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call()
369 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
378 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
394 static int nlmclnt_async_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct r… in nlmclnt_async_call()
416 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test()
512 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock()
620 struct nlm_rqst *req) in nlmclnt_reclaim()
660 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_unlock()
703 struct nlm_rqst *req = data; in nlmclnt_unlock_callback()
745 struct nlm_rqst *req; in nlmclnt_cancel()
770 struct nlm_rqst *req = data; in nlmclnt_cancel_callback()