Searched defs:svc_procedure (Results 1 – 2 of 2) sorted by relevance
377 struct svc_procedure { struct379 __be32 (*pc_func)(struct svc_rqst *);381 bool (*pc_decode)(struct svc_rqst *rqstp,384 bool (*pc_encode)(struct svc_rqst *rqstp,387 void (*pc_release)(struct svc_rqst *);388 unsigned int pc_argsize; /* argument struct size */389 unsigned int pc_argzero; /* how much of argument to clear */390 unsigned int pc_ressize; /* result struct size */391 unsigned int pc_cachetype; /* cache info (NFS) */392 unsigned int pc_xdrressize; /* maximum size of XDR reply */[all …]
451 struct svc_procedure { struct453 __be32 (*pc_func)(struct svc_rqst *);455 int (*pc_decode)(struct svc_rqst *, __be32 *data);457 int (*pc_encode)(struct svc_rqst *, __be32 *data);459 void (*pc_release)(struct svc_rqst *);460 unsigned int pc_argsize; /* argument struct size */461 unsigned int pc_ressize; /* result struct size */462 unsigned int pc_cachetype; /* cache info (NFS) */463 unsigned int pc_xdrressize; /* maximum size of XDR reply */