Searched defs:svc_procedure (Results 1 – 1 of 1) sorted by relevance
453 struct svc_procedure { struct455 __be32 (*pc_func)(struct svc_rqst *);457 bool (*pc_decode)(struct svc_rqst *rqstp,460 bool (*pc_encode)(struct svc_rqst *rqstp,463 void (*pc_release)(struct svc_rqst *);464 unsigned int pc_argsize; /* argument struct size */465 unsigned int pc_ressize; /* result struct size */466 unsigned int pc_cachetype; /* cache info (NFS) */467 unsigned int pc_xdrressize; /* maximum size of XDR reply */468 const char * pc_name; /* for display */
Completed in 5 milliseconds