Lines Matching defs:svc_procedure
402 struct svc_procedure { struct
404 __be32 (*pc_func)(struct svc_rqst *);
406 bool (*pc_decode)(struct svc_rqst *rqstp,
409 bool (*pc_encode)(struct svc_rqst *rqstp,
412 void (*pc_release)(struct svc_rqst *);
413 unsigned int pc_argsize; /* argument struct size */
414 unsigned int pc_argzero; /* how much of argument to clear */
415 unsigned int pc_ressize; /* result struct size */
416 unsigned int pc_cachetype; /* cache info (NFS) */
417 unsigned int pc_xdrressize; /* maximum size of XDR reply */
418 const char * pc_name; /* for display */