Lines Matching refs:rqstp
101 bool nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
102 bool nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
103 bool nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
104 bool nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
105 bool nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
106 bool nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
107 bool nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr);
108 bool nlmsvc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
109 bool nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr);
111 bool nlmsvc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
112 bool nlmsvc_encode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
113 bool nlmsvc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
114 bool nlmsvc_encode_shareres(struct svc_rqst *rqstp, struct xdr_stream *xdr);