Searched refs:nlm_rqst (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/lockd/ |
| A D | clntproc.c | 27 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *); 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() 621 struct nlm_rqst *req) in nlmclnt_reclaim() 704 struct nlm_rqst *req = data; in nlmclnt_unlock_prepare() 717 struct nlm_rqst *req = data; in nlmclnt_unlock_callback() 760 struct nlm_rqst *req; in nlmclnt_cancel() [all …]
|
| 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); 222 struct nlm_rqst *call = NULL; in nlmsvc_create_block() 409 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs() 431 static void nlmsvc_freegrantargs(struct nlm_rqst *call) in nlmsvc_freegrantargs() 903 struct nlm_rqst *call = data; in nlmsvc_grant_callback() 943 struct nlm_rqst *call = data; in nlmsvc_grant_release()
|
| A D | clntlock.c | 131 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_block() 233 struct nlm_rqst *req; in reclaimer()
|
| A D | svcproc.c | 306 void nlmsvc_release_call(struct nlm_rqst *call) in nlmsvc_release_call() 334 struct nlm_rqst *call; in nlmsvc_callback()
|
| A D | svc4proc.c | 294 struct nlm_rqst *call; in nlm4svc_callback()
|
| /linux/include/linux/lockd/ |
| A D | lockd.h | 140 struct nlm_rqst { struct 180 struct nlm_rqst * b_call; /* RPC args & callback info */ 211 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host); 212 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *); 213 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *); 214 void nlmclnt_release_call(struct nlm_rqst *); 217 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout); 222 struct nlm_rqst *); 286 void nlmsvc_release_call(struct nlm_rqst *);
|
Completed in 13 milliseconds