Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dclntproc.c30 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()
[all …]
H A Dlockd.h178 struct nlm_rqst { struct
220 struct nlm_rqst * b_call; /* RPC args & callback info */
254 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
255 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
256 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
257 void nlmclnt_release_call(struct nlm_rqst *);
262 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
267 struct nlm_rqst *);
335 void nlmsvc_release_call(struct nlm_rqst *);
H A Dsvclock.c40 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct lockd_lock *lock);
41 static void nlmsvc_freegrantargs(struct nlm_rqst *call);
196 struct nlm_rqst *call = NULL; in nlmsvc_create_block()
386 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct lockd_lock *lock) in nlmsvc_setgrantargs()
408 static void nlmsvc_freegrantargs(struct nlm_rqst *call) in nlmsvc_freegrantargs()
899 struct nlm_rqst *call = data; in nlmsvc_grant_callback()
939 struct nlm_rqst *call = data; in nlmsvc_grant_release()
H A Dsvcproc.c553 void nlmsvc_release_call(struct nlm_rqst *call) in nlmsvc_release_call()
580 struct nlm_rqst *call; in nlmsvc_callback()
H A Dsvc4proc.c570 struct nlm_rqst *call; in nlm4svc_callback()