Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Ddecode.h188 static inline void ceph_encode_copy(void **p, const void *s, int len) in ceph_encode_copy() function
250 ceph_encode_copy(p, pv, n); \
/linux-4.1.27/net/ceph/
Dcrypto.c31 ceph_encode_copy(p, &key->created, sizeof(key->created)); in ceph_crypto_key_encode()
33 ceph_encode_copy(p, key->key, key->len); in ceph_crypto_key_encode()
Dauth.c93 ceph_encode_copy(p, name, len); in ceph_entity_name_encode()
Dauth_x.c477 ceph_encode_copy(&p, xi->auth_authorizer.buf->vec.iov_base, in ceph_x_build_request()
/linux-4.1.27/fs/ceph/
Dmds_client.c1972 ceph_encode_copy(&p, &ts, sizeof(ts)); in create_request_message()
2065 ceph_encode_copy(&p, &ts, sizeof(ts)); in __prepare_send_request()