Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dlockd.h170 struct nlm_rqst { struct
212 struct nlm_rqst * b_call; /* RPC args & callback info */
246 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
247 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
248 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
249 void nlmclnt_release_call(struct nlm_rqst *);
254 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
259 struct nlm_rqst *);
327 void nlmsvc_release_call(struct nlm_rqst *);
H A Dsvclock.c40 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
41 static void nlmsvc_freegrantargs(struct nlm_rqst *call);
228 struct nlm_rqst *call = NULL; in nlmsvc_create_block()
418 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs()
440 static void nlmsvc_freegrantargs(struct nlm_rqst *call) in nlmsvc_freegrantargs()
931 struct nlm_rqst *call = data; in nlmsvc_grant_callback()
971 struct nlm_rqst *call = data; in nlmsvc_grant_release()
H A Dsvcproc.c322 void nlmsvc_release_call(struct nlm_rqst *call) in nlmsvc_release_call()
350 struct nlm_rqst *call; in nlmsvc_callback()
H A Dsvc4proc.c568 struct nlm_rqst *call; in nlm4svc_callback()