Searched refs:nlm_rqst (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/lockd/ |
H A D | clntproc.c | 30 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *); 148 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs() 163 struct nlm_rqst *call; in nlmclnt_proc() 205 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call() 207 struct nlm_rqst *call; in nlm_alloc_call() 226 void nlmclnt_release_call(struct nlm_rqst *call) in nlmclnt_release_call() 641 struct nlm_rqst *req) in nlmclnt_reclaim() 727 struct nlm_rqst *req = data; in nlmclnt_unlock_prepare() 740 struct nlm_rqst *req = data; in nlmclnt_unlock_callback() 783 struct nlm_rqst *req; in nlmclnt_cancel() [all …]
|
H A D | svclock.c | 48 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock); 49 static void nlmsvc_freegrantargs(struct nlm_rqst *call); 230 struct nlm_rqst *call = NULL; in nlmsvc_create_block() 420 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs() 442 static void nlmsvc_freegrantargs(struct nlm_rqst *call) in nlmsvc_freegrantargs() 911 struct nlm_rqst *call = data; in nlmsvc_grant_callback() 951 struct nlm_rqst *call = data; in nlmsvc_grant_release()
|
H A D | clntlock.c | 129 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_wait() 231 struct nlm_rqst *req; in reclaimer()
|
H A D | svcproc.c | 310 void nlmsvc_release_call(struct nlm_rqst *call) in nlmsvc_release_call() 338 struct nlm_rqst *call; in nlmsvc_callback()
|
H A D | svc4proc.c | 305 struct nlm_rqst *call; in nlm4svc_callback()
|
/openbmc/linux/include/linux/lockd/ |
H A D | lockd.h | 139 struct nlm_rqst { struct 179 struct nlm_rqst * b_call; /* RPC args & callback info */ 212 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host); 213 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *); 214 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *); 215 void nlmclnt_release_call(struct nlm_rqst *); 220 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout); 225 struct nlm_rqst *); 289 void nlmsvc_release_call(struct nlm_rqst *);
|