Searched defs:svc_procedure (Results 1 – 1 of 1) sorted by relevance
396 struct svc_procedure { struct398 __be32 (*pc_func)(struct svc_rqst *);400 bool (*pc_decode)(struct svc_rqst *rqstp,403 bool (*pc_encode)(struct svc_rqst *rqstp,406 void (*pc_release)(struct svc_rqst *);407 unsigned int pc_argsize; /* argument struct size */408 unsigned int pc_argzero; /* how much of argument to clear */409 unsigned int pc_ressize; /* result struct size */410 unsigned int pc_cachetype; /* cache info (NFS) */411 unsigned int pc_xdrressize; /* maximum size of XDR reply */[all …]
Completed in 6 milliseconds