Lines Matching defs:svc_procedure
463 struct svc_procedure { struct
465 __be32 (*pc_func)(struct svc_rqst *);
467 bool (*pc_decode)(struct svc_rqst *rqstp,
470 bool (*pc_encode)(struct svc_rqst *rqstp,
473 void (*pc_release)(struct svc_rqst *);
474 unsigned int pc_argsize; /* argument struct size */
475 unsigned int pc_argzero; /* how much of argument to clear */
476 unsigned int pc_ressize; /* result struct size */
477 unsigned int pc_cachetype; /* cache info (NFS) */
478 unsigned int pc_xdrressize; /* maximum size of XDR reply */
479 const char * pc_name; /* for display */