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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dlockd.h65 struct nlm_rqst { struct
97 struct nlm_rqst b_call; /* RPC args & callback info */
130 struct nlm_rqst * nlmclnt_alloc_call(void);
131 int nlmclnt_call(struct nlm_rqst *, u32);
132 int nlmclnt_async_call(struct nlm_rqst *, u32, rpc_action);
138 int nlmclnt_setgrantargs(struct nlm_rqst *, struct nlm_lock *);
139 void nlmclnt_freegrantargs(struct nlm_rqst *);
157 int nlmsvc_async_call(struct nlm_rqst *, u32, rpc_action);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dlockd.h65 struct nlm_rqst { struct
97 struct nlm_rqst b_call; /* RPC args & callback info */
130 struct nlm_rqst * nlmclnt_alloc_call(void);
131 int nlmclnt_call(struct nlm_rqst *, u32);
132 int nlmclnt_async_call(struct nlm_rqst *, u32, rpc_action);
138 int nlmclnt_setgrantargs(struct nlm_rqst *, struct nlm_lock *);
139 void nlmclnt_freegrantargs(struct nlm_rqst *);
157 int nlmsvc_async_call(struct nlm_rqst *, u32, rpc_action);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dclntproc.c24 static int nlmclnt_test(struct nlm_rqst *, struct file_lock *);
25 static int nlmclnt_lock(struct nlm_rqst *, struct file_lock *);
26 static int nlmclnt_unlock(struct nlm_rqst *, struct file_lock *);
48 nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl)
64 * Initialize arguments for GRANTED call. The nlm_rqst structure
68 nlmclnt_setgrantargs(struct nlm_rqst *call, struct nlm_lock *lock)
90 nlmclnt_freegrantargs(struct nlm_rqst *call)
108 struct nlm_rqst reqst, *call = &reqst;
213 struct nlm_rqst *
216 struct nlm_rqst *cal
[all...]
H A Dsvc4proc.c460 struct nlm_rqst *call;
489 struct nlm_rqst *call = (struct nlm_rqst *) task->tk_calldata;
H A Dsvclock.c176 struct nlm_rqst *call;
572 struct nlm_rqst *call = (struct nlm_rqst *) task->tk_calldata;
H A Dsvcproc.c488 struct nlm_rqst *call;
517 struct nlm_rqst *call = (struct nlm_rqst *) task->tk_calldata;

Completed in 89 milliseconds