Lines Matching refs:nlm_rqst

28 static int	nlmclnt_test(struct nlm_rqst *, struct file_lock *);
29 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
30 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
127 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs()
146 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs()
161 struct nlm_rqst *call; in nlmclnt_proc()
203 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call()
205 struct nlm_rqst *call; in nlm_alloc_call()
224 void nlmclnt_release_call(struct nlm_rqst *call) in nlmclnt_release_call()
262 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call()
340 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call()
368 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call()
382 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
391 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
407 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct… in nlmclnt_async_call()
429 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test()
514 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock()
622 struct nlm_rqst *req) in nlmclnt_reclaim()
662 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_unlock()
705 struct nlm_rqst *req = data; in nlmclnt_unlock_prepare()
718 struct nlm_rqst *req = data; in nlmclnt_unlock_callback()
761 struct nlm_rqst *req; in nlmclnt_cancel()
786 struct nlm_rqst *req = data; in nlmclnt_cancel_callback()