Home
last modified time | relevance | path

Searched refs:ceph_encode_16 (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/net/ceph/
Dcrypto.c82 ceph_encode_16(p, key->type); in ceph_crypto_key_encode()
84 ceph_encode_16(p, key->len); in ceph_crypto_key_encode()
Ddecode.c191 ceph_encode_16(p, family); in ceph_encode_entity_addr()
Dmessenger_v2.c491 ceph_encode_16(&p, desc->fd_aligns[i]); in encode_preamble()
1085 ceph_encode_16(&p, sizeof(u64) + sizeof(u64)); in prepare_banner()
Dosd_client.c2121 ceph_encode_16(&p, req->r_num_ops); in encode_request_partial()
/linux-5.19.10/include/linux/ceph/
Ddecode.h263 static inline void ceph_encode_16(void **p, u16 v) in ceph_encode_16() function
378 ceph_encode_16(p, v); \