Home
last modified time | relevance | path

Searched defs:svc_rqst (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/sunrpc/ !
Dsvc.h224 struct svc_rqst { struct
225 struct list_head rq_list; /* idle list */
226 struct list_head rq_all; /* all threads list */
227 struct svc_xprt * rq_xprt; /* transport ptr */
228 struct sockaddr_storage rq_addr; /* peer address */
229 size_t rq_addrlen;
231 struct svc_serv * rq_server; /* RPC service definition */
232 struct svc_pool * rq_pool; /* thread pool */
233 struct svc_procedure * rq_procinfo; /* procedure info */
234 struct auth_ops * rq_authop; /* authentication flavour */
[all …]
/linux-2.6.39/fs/nfsd/ !
Dnfsproc.c13 typedef struct svc_rqst svc_rqst; typedef
/linux-2.6.39/fs/lockd/ !
Dsvc4proc.c246 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlm4svc_callback()
Dsvcproc.c284 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlmsvc_callback()