Searched defs:svc_procedure (Results 1 – 1 of 1) sorted by relevance
431 struct svc_procedure { struct433 __be32 (*pc_func)(struct svc_rqst *);435 int (*pc_decode)(struct svc_rqst *, __be32 *data);437 int (*pc_encode)(struct svc_rqst *, __be32 *data);439 void (*pc_release)(struct svc_rqst *);440 unsigned int pc_argsize; /* argument struct size */441 unsigned int pc_ressize; /* result struct size */442 unsigned int pc_cachetype; /* cache info (NFS) */443 unsigned int pc_xdrressize; /* maximum size of XDR reply */