Searched defs:encode (Results 1 - 4 of 4) sorted by relevance

/net/sunrpc/
H A Dauth.c694 static void rpcauth_wrap_req_encode(kxdreproc_t encode, struct rpc_rqst *rqstp, argument
700 encode(rqstp, &xdr, obj);
704 rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, argument
712 return cred->cr_ops->crwrap_req(task, encode, rqstp, data, obj);
713 /* By default, we encode the arguments normally. */
714 rpcauth_wrap_req_encode(encode, rqstp, data, obj);
H A Dclnt.c1509 kxdreproc_t encode; local
1523 printk(KERN_INFO "RPC: couldn't encode RPC header, exit EIO\n");
1528 encode = task->tk_msg.rpc_proc->p_encode;
1529 if (encode == NULL)
1532 task->tk_status = rpcauth_wrap_req(task, encode, req, p,
1702 /* Did the encode result in an error condition? */
H A Dxdr.c50 * @ptr: pointer to data to encode (or NULL)
80 * @ptr: pointer to data to encode (or NULL)
447 * @buf: pointer to XDR buffer in which to encode data
486 * Checks that we have enough buffer space to encode 'nbytes' more
1049 struct xdr_array2_desc *desc, int encode)
1056 if (encode) {
1094 if (encode) {
1133 if (encode) {
1173 if (encode) {
1213 if (encode)
1048 xdr_xcode_array2(struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc, int encode) argument
[all...]
/net/sunrpc/auth_gss/
H A Dauth_gss.c1331 static void gss_wrap_req_encode(kxdreproc_t encode, struct rpc_rqst *rqstp, argument
1337 encode(rqstp, &xdr, obj);
1342 kxdreproc_t encode, struct rpc_rqst *rqstp,
1359 gss_wrap_req_encode(encode, rqstp, p, obj);
1433 kxdreproc_t encode, struct rpc_rqst *rqstp,
1451 gss_wrap_req_encode(encode, rqstp, p, obj);
1501 kxdreproc_t encode, void *rqstp, __be32 *p, void *obj)
1514 gss_wrap_req_encode(encode, rqstp, p, obj);
1520 gss_wrap_req_encode(encode, rqstp, p, obj);
1524 status = gss_wrap_req_integ(cred, ctx, encode, rqst
1341 gss_wrap_req_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx, kxdreproc_t encode, struct rpc_rqst *rqstp, __be32 *p, void *obj) argument
1432 gss_wrap_req_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx, kxdreproc_t encode, struct rpc_rqst *rqstp, __be32 *p, void *obj) argument
1500 gss_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, __be32 *p, void *obj) argument
[all...]

Completed in 69 milliseconds