Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 68) sorted by relevance

123

/net/ceph/
Dosdmap.c55 static int crush_decode_uniform_bucket(void **p, void *end, in crush_decode_uniform_bucket()
66 static int crush_decode_list_bucket(void **p, void *end, in crush_decode_list_bucket()
87 static int crush_decode_tree_bucket(void **p, void *end, in crush_decode_tree_bucket()
104 static int crush_decode_straw_bucket(void **p, void *end, in crush_decode_straw_bucket()
125 static int crush_decode_straw2_bucket(void **p, void *end, in crush_decode_straw2_bucket()
188 static u32 *decode_array_32_alloc(void **p, void *end, u32 *plen) in decode_array_32_alloc()
222 static int decode_choose_arg(void **p, void *end, struct crush_choose_arg *arg) in decode_choose_arg()
261 static int decode_choose_args(void **p, void *end, struct crush_map *c) in decode_choose_args()
342 static struct crush_map *crush_decode(void *pbyval, void *end) in crush_decode()
729 static int decode_pool(void **p, void *end, struct ceph_pg_pool_info *pi) in decode_pool()
[all …]
Dcls_lock_client.c34 void *p, *end; in ceph_cls_lock() local
97 void *p, *end; in ceph_cls_unlock() local
148 void *p, *end; in ceph_cls_break_lock() local
195 void *p, *end; in ceph_cls_set_cookie() local
245 static int decode_locker(void **p, void *end, struct ceph_locker *locker) in decode_locker()
282 static int decode_lockers(void **p, void *end, u8 *type, char **tag, in decode_lockers()
338 void *p, *end; in ceph_cls_lock_info() local
391 void *p, *end; in ceph_cls_assert_locked() local
Ddecode.c6 ceph_decode_entity_addr_versioned(void **p, void *end, in ceph_decode_entity_addr_versioned()
46 ceph_decode_entity_addr_legacy(void **p, void *end, in ceph_decode_entity_addr_legacy()
71 ceph_decode_entity_addr(void **p, void *end, struct ceph_entity_addr *addr) in ceph_decode_entity_addr()
Dauth_none.c46 void *const end = p + sizeof(au->buf); in ceph_auth_none_build_authorizer() local
63 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request()
73 void *buf, void *end) in handle_reply()
Dauth.c89 int ceph_auth_entity_name_encode(const char *name, void **p, void *end) in ceph_auth_entity_name_encode()
108 void *p = monhdr + 1, *end = buf + len, *lenp; in ceph_auth_build_hello() local
153 void *end = msg_buf + msg_len; in ceph_build_auth_request() local
183 void *end = buf + len; in ceph_handle_auth_reply() local
Darmor.c37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor()
75 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
Dauth_x.c94 static int ceph_x_decrypt(struct ceph_crypto_key *secret, void **p, void *end) in ceph_x_decrypt()
159 void **p, void *end) in process_one_ticket()
268 void *buf, void *end) in ceph_x_proc_ticket_reply()
304 void *p, *end; in encrypt_authorizer() local
415 void **p, void *end) in ceph_x_encode_ticket()
484 void *buf, void *end) in ceph_x_build_request()
564 void *buf, void *end) in ceph_x_handle_reply()
Dmon_client.c42 static struct ceph_monmap *ceph_monmap_decode(void *p, void *end) in ceph_monmap_decode()
263 void *const end = p + msg->front_alloc_len; in __send_subscribe() local
471 void *p, *end; in ceph_monc_handle_map() local
749 void *end = p + msg->front_alloc_len; in handle_get_version_reply() local
807 void *const end = p + req->request->front_alloc_len; in __ceph_monc_get_version() local
871 void *const end = p + msg->front_alloc_len; in handle_command_ack() local
Dbuffer.c44 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
Dcrypto.c77 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_encode()
89 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode()
Dosd_client.c1729 static int decode_hoid(void **p, void *end, struct ceph_hobject_id *hoid) in decode_hoid()
1788 static void encode_hoid(void **p, void *end, const struct ceph_hobject_id *hoid) in encode_hoid()
2028 static void encode_oloc(void **p, void *end, in encode_oloc()
2046 void *const end = p + msg->front_alloc_len; in encode_request_partial() local
2123 void *const end = p + msg->front_alloc_len; in encode_request_finish() local
3391 static int ceph_oloc_decode(void **p, void *end, in ceph_oloc_decode()
3464 static int ceph_redirect_decode(void **p, void *end, in ceph_redirect_decode()
3524 void *const end = p + msg->front.iov_len; in decode_MOSDOpReply() local
3838 void *p, void *end, bool incremental, in handle_one_map()
3966 void *const end = p + msg->front.iov_len; in ceph_osdc_handle_map() local
[all …]
/net/sunrpc/auth_gss/
Dauth_gss_internal.h16 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes()
26 simple_get_netobj(const void *p, const void *end, struct xdr_netobj *dest) in simple_get_netobj()
Dgss_krb5_mech.c170 get_key(const void *p, const void *end, in get_key()
225 gss_import_v1_context(const void *p, const void *end, struct krb5_ctx *ctx) in gss_import_v1_context()
558 gss_import_v2_context(const void *p, const void *end, struct krb5_ctx *ctx, in gss_import_v2_context()
638 const void *end = (const void *)((const char *)p + len); in gss_import_sec_context_kerberos() local
/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c409 static __be32 *xdr_check_read_list(__be32 *p, const __be32 *end) in xdr_check_read_list()
438 static __be32 *xdr_check_write_chunk(__be32 *p, const __be32 *end, in xdr_check_write_chunk()
468 static __be32 *xdr_check_write_list(__be32 *p, const __be32 *end) in xdr_check_write_list()
491 static __be32 *xdr_check_reply_chunk(__be32 *p, const __be32 *end) in xdr_check_reply_chunk()
575 __be32 *p, *end, *rdma_argp; in svc_rdma_xdr_decode_req() local
/net/sctp/
Dtsnmap.c154 __u16 *start, __u16 *end) in sctp_tsnmap_next_gap_ack()
273 __u16 len, __u16 *start, __u16 *end) in sctp_tsnmap_find_gap_ack()
325 __u16 start = 0, end = 0; in sctp_tsnmap_num_gabs() local
/net/netfilter/ipvs/
Dip_vs_ftp.c100 __u16 af, char **start, char **end) in ip_vs_ftp_get_addrport()
253 char *start, *end; in ip_vs_ftp_out() local
423 char *start, *end; in ip_vs_ftp_in() local
/net/core/
Ddatagram.c440 int end; in __skb_datagram_iter() local
466 int end; in __skb_datagram_iter() local
572 int end; in skb_copy_datagram_from_iter() local
597 int end; in skb_copy_datagram_from_iter() local
Dutils.c120 int delim, const char **end) in in4_pton()
186 int delim, const char **end) in in6_pton()
/net/rose/
Drose_out.c49 unsigned short start, end; in rose_kick() local
/net/ipv6/
Dcalipso.c847 unsigned int *end) in calipso_opt_find()
912 unsigned int start, end, buf_len, pad, hop_len; in calipso_opt_insert() local
975 unsigned int start, end, delta, pad, hop_len; in calipso_opt_del() local
1303 unsigned int start, end; in calipso_skbuff_setattr() local
1374 u32 old_hop_len, start = 0, end = 0, delta, size, pad; in calipso_skbuff_delattr() local
/net/x25/
Dx25_out.c139 unsigned short start, end; in x25_kick() local
/net/netfilter/
Dnf_conntrack_sip.c147 const char *end; in sip_parse_addr() local
242 const char *start = dptr, *limit = dptr + datalen, *end; in ct_sip_parse_request() local
545 const char *end; in ct_sip_parse_param() local
573 const char *start, *end; in ct_sip_parse_address_param() local
601 char *end; in ct_sip_parse_numerical_param() local
650 const char *end; in sdp_parse_addr() local
1534 const char *dptr, *end; in sip_help_tcp() local
/net/lapb/
Dlapb_out.c69 unsigned short modulus, start, end; in lapb_kick() local
/net/mac80211/
Ddebugfs.c284 char *pos = buf, *end = buf + bufsz - 1; in hwflags_read() local
314 char *pos, *end; in misc_read() local
/net/netrom/
Dnr_out.c126 unsigned short start, end; in nr_kick() local

123