Lines Matching defs:rqstp
22 nfsacld_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) in nfsacld_proc_null()
30 static __be32 nfsacld_proc_getacl(struct svc_rqst * rqstp, in nfsacld_proc_getacl()
98 static __be32 nfsacld_proc_setacl(struct svc_rqst * rqstp, in nfsacld_proc_setacl()
129 static __be32 nfsacld_proc_getattr(struct svc_rqst * rqstp, in nfsacld_proc_getattr()
141 static __be32 nfsacld_proc_access(struct svc_rqst *rqstp, struct nfsd3_accessargs *argp, in nfsacld_proc_access()
159 static int nfsaclsvc_decode_getaclargs(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_decode_getaclargs()
170 static int nfsaclsvc_decode_setaclargs(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_decode_setaclargs()
195 static int nfsaclsvc_decode_fhandleargs(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_decode_fhandleargs()
203 static int nfsaclsvc_decode_accessargs(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_decode_accessargs()
222 nfsaclsvc_encode_voidres(struct svc_rqst *rqstp, __be32 *p, void *dummy) in nfsaclsvc_encode_voidres()
228 static int nfsaclsvc_encode_getaclres(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_encode_getaclres()
275 static int nfsaclsvc_encode_attrstatres(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_encode_attrstatres()
283 static int nfsaclsvc_encode_accessres(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_encode_accessres()
294 static int nfsaclsvc_release_getacl(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_release_getacl()
303 static int nfsaclsvc_release_attrstat(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_release_attrstat()
310 static int nfsaclsvc_release_access(struct svc_rqst *rqstp, __be32 *p, in nfsaclsvc_release_access()