Searched refs:nlm_rqst (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/lockd/
H A Dlockd.h133 struct nlm_rqst { struct
171 struct nlm_rqst * b_call; /* RPC args & callback info */
203 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
204 void nlm_release_call(struct nlm_rqst *);
205 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
206 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
209 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/lockd/
H A Dlockd.h133 struct nlm_rqst { struct
171 struct nlm_rqst * b_call; /* RPC args & callback info */
203 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
204 void nlm_release_call(struct nlm_rqst *);
205 int nlm_async_call(struct nlm_rqst *, u32, const struct rpc_call_ops *);
206 int nlm_async_reply(struct nlm_rqst *, u32, const struct rpc_call_ops *);
209 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/lockd/
H A Dclntproc.c27 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *);
28 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
29 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
125 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl)
143 static void nlmclnt_release_lockargs(struct nlm_rqst *req)
157 struct nlm_rqst *call;
196 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host)
198 struct nlm_rqst *call;
218 void nlm_release_call(struct nlm_rqst *call)
254 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *re
[all...]
H A Dsvclock.c47 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
48 static void nlmsvc_freegrantargs(struct nlm_rqst *call);
182 struct nlm_rqst *call = NULL;
301 * Initialize arguments for GRANTED call. The nlm_rqst structure
304 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock)
326 static void nlmsvc_freegrantargs(struct nlm_rqst *call)
800 struct nlm_rqst *call = data;
828 struct nlm_rqst *call = data;
H A Dclntlock.c116 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout)
H A Dsvc4proc.c241 struct nlm_rqst *call;
H A Dsvcproc.c271 struct nlm_rqst *call;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dclntproc.c27 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *);
28 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
29 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
125 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl)
143 static void nlmclnt_release_lockargs(struct nlm_rqst *req)
157 struct nlm_rqst *call;
196 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host)
198 struct nlm_rqst *call;
218 void nlm_release_call(struct nlm_rqst *call)
254 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *re
[all...]
H A Dsvclock.c47 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock);
48 static void nlmsvc_freegrantargs(struct nlm_rqst *call);
182 struct nlm_rqst *call = NULL;
301 * Initialize arguments for GRANTED call. The nlm_rqst structure
304 static int nlmsvc_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock)
326 static void nlmsvc_freegrantargs(struct nlm_rqst *call)
800 struct nlm_rqst *call = data;
828 struct nlm_rqst *call = data;
H A Dclntlock.c116 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout)
H A Dsvc4proc.c241 struct nlm_rqst *call;
H A Dsvcproc.c271 struct nlm_rqst *call;

Completed in 215 milliseconds