Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/lockd/
Dclntproc.c27 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *);
28 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
29 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
126 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs()
145 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs()
160 struct nlm_rqst *call; in nlmclnt_proc()
202 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call()
204 struct nlm_rqst *call; in nlm_alloc_call()
223 void nlmclnt_release_call(struct nlm_rqst *call) in nlmclnt_release_call()
261 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call()
[all …]
Dsvclock.c47 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
48 static void nlmsvc_freegrantargs(struct nlm_rqst *call);
221 struct nlm_rqst *call = NULL; in nlmsvc_create_block()
408 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
430 static void nlmsvc_freegrantargs(struct nlm_rqst *call) in nlmsvc_freegrantargs()
883 struct nlm_rqst *call = data; in nlmsvc_grant_callback()
923 struct nlm_rqst *call = data; in nlmsvc_grant_release()
Dclntlock.c131 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_block()
233 struct nlm_rqst *req; in reclaimer()
Dsvcproc.c306 void nlmsvc_release_call(struct nlm_rqst *call) in nlmsvc_release_call()
334 struct nlm_rqst *call; in nlmsvc_callback()
Dsvc4proc.c293 struct nlm_rqst *call; in nlm4svc_callback()
/kernel/linux/linux-5.10/include/linux/lockd/
Dlockd.h138 struct nlm_rqst { struct
177 struct nlm_rqst * b_call; /* RPC args & callback info */
208 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
209 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
210 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
211 void nlmclnt_release_call(struct nlm_rqst *);
214 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
219 struct nlm_rqst *);
282 void nlmsvc_release_call(struct nlm_rqst *);