Searched refs:decode (Results 1 - 13 of 13) sorted by relevance

/net/ceph/
H A Dbuffer.c8 #include <linux/ceph/decode.h>
H A Dauth_none.c9 #include <linux/ceph/decode.h>
48 * the generic auth code decode the global_id, and we carry no actual
H A Dauth.c8 #include <linux/ceph/decode.h>
251 pr_err("failed to decode auth msg\n");
H A Dceph_common.c26 #include <linux/ceph/decode.h>
H A Dcrypto.c12 #include <linux/ceph/decode.h>
51 dout("failed to decode crypto key\n");
H A Dauth_x.c9 #include <linux/ceph/decode.h>
H A Dmon_client.c12 #include <linux/ceph/decode.h>
H A Dosdmap.c10 #include <linux/ceph/decode.h>
53 * decode crush map
320 dout("crush decode tunable choose_local_tries = %d",
322 dout("crush decode tunable choose_local_fallback_tries = %d",
324 dout("crush decode tunable choose_total_tries = %d",
329 dout("crush decode tunable chooseleaf_descend_once = %d",
334 dout("crush decode tunable chooseleaf_vary_r = %d",
1024 * decode a full map.
1145 * Allocate and decode a full map.
1170 * decode an
[all...]
H A Dosd_client.c18 #include <linux/ceph/decode.h>
H A Dmessenger.c21 #include <linux/ceph/decode.h>
/net/sunrpc/
H A Dauth.c795 rpcauth_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, argument
801 return decode(rqstp, &xdr, obj);
805 rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, argument
813 return cred->cr_ops->crunwrap_resp(task, decode, rqstp,
815 /* By default, we decode the arguments normally. */
816 return rpcauth_unwrap_req_decode(decode, rqstp, data, obj);
H A Dclnt.c2134 kxdrdproc_t decode = task->tk_msg.rpc_proc->p_decode; local
2181 if (decode) {
2182 task->tk_status = rpcauth_unwrap_resp(task, decode, req, p,
/net/sunrpc/auth_gss/
H A Dauth_gss.c1925 gss_unwrap_req_decode(kxdrdproc_t decode, struct rpc_rqst *rqstp, argument
1931 return decode(rqstp, &xdr, obj);
1936 kxdrdproc_t decode, void *rqstp, __be32 *p, void *obj)
1967 status = gss_unwrap_req_decode(decode, rqstp, p, obj);
1935 gss_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *p, void *obj) argument

Completed in 63 milliseconds