Lines Matching refs:nlm_rqst
30 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *);
31 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
32 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
129 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs()
149 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs()
164 struct nlm_rqst *call; in nlmclnt_proc()
206 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call()
208 struct nlm_rqst *call; in nlm_alloc_call()
227 void nlmclnt_release_call(struct nlm_rqst *call) in nlmclnt_release_call()
265 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call()
343 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call()
371 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call()
385 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
394 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
410 static int nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct… in nlmclnt_async_call()
432 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test()
522 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock()
644 struct nlm_rqst *req) in nlmclnt_reclaim()
686 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_unlock()
732 struct nlm_rqst *req = data; in nlmclnt_unlock_prepare()
745 struct nlm_rqst *req = data; in nlmclnt_unlock_callback()
788 struct nlm_rqst *req; in nlmclnt_cancel()
813 struct nlm_rqst *req = data; in nlmclnt_cancel_callback()