Searched refs:ceph_encode_copy (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ceph/ |
D | decode.h | 188 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/ |
D | crypto.c | 31 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()
|
D | auth.c | 93 ceph_encode_copy(p, name, len); in ceph_entity_name_encode()
|
D | auth_x.c | 477 ceph_encode_copy(&p, xi->auth_authorizer.buf->vec.iov_base, in ceph_x_build_request()
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 1972 ceph_encode_copy(&p, &ts, sizeof(ts)); in create_request_message() 2065 ceph_encode_copy(&p, &ts, sizeof(ts)); in __prepare_send_request()
|