Searched refs:nlm_rqst (Results 1 – 6 of 6) sorted by relevance
/linux/fs/lockd/ |
H A D | clntproc.c | 30 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 D | svclock.c | 47 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock); 48 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() 924 struct nlm_rqst *call = data; in nlmsvc_grant_callback() 964 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()
|
/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 *);
|