Searched refs:nlm_rqst (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/lockd/ |
D | clntproc.c | 26 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *); 27 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *); 28 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *); 124 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs() 142 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs() 156 struct nlm_rqst *call; in nlmclnt_proc() 192 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call() 194 struct nlm_rqst *call; in nlm_alloc_call() 214 void nlmclnt_release_call(struct nlm_rqst *call) in nlmclnt_release_call() 248 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call() [all …]
|
D | svclock.c | 46 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock); 47 static void nlmsvc_freegrantargs(struct nlm_rqst *call); 220 struct nlm_rqst *call = NULL; in nlmsvc_create_block() 342 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock) in nlmsvc_setgrantargs() 364 static void nlmsvc_freegrantargs(struct nlm_rqst *call) in nlmsvc_freegrantargs() 848 struct nlm_rqst *call = data; in nlmsvc_grant_callback() 888 struct nlm_rqst *call = data; in nlmsvc_grant_release()
|
D | svcproc.c | 261 void nlmsvc_release_call(struct nlm_rqst *call) in nlmsvc_release_call() 288 struct nlm_rqst *call; in nlmsvc_callback()
|
D | clntlock.c | 124 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_block()
|
D | svc4proc.c | 249 struct nlm_rqst *call; in nlm4svc_callback()
|
/linux-3.4.99/include/linux/lockd/ |
D | lockd.h | 135 struct nlm_rqst { struct 173 struct nlm_rqst * b_call; /* RPC args & callback info */ 205 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host); 206 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *); 207 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *); 208 void nlmclnt_release_call(struct nlm_rqst *); 211 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout); 274 void nlmsvc_release_call(struct nlm_rqst *);
|