Searched refs:ceph_encode_copy (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
D | crypto.c | 83 ceph_encode_copy(p, &key->created, sizeof(key->created)); in ceph_crypto_key_encode() 85 ceph_encode_copy(p, key->key, key->len); in ceph_crypto_key_encode()
|
D | auth.c | 97 ceph_encode_copy(p, name, len); in ceph_auth_entity_name_encode()
|
D | cls_lock_client.c | 169 ceph_encode_copy(&p, locker, sizeof(*locker)); in ceph_cls_break_lock()
|
D | auth_x.c | 551 ceph_encode_copy(&p, xi->auth_authorizer.buf->vec.iov_base, in ceph_x_build_request()
|
D | osd_client.c | 2211 ceph_encode_copy(&p, &head.client_inc, sizeof(head.client_inc)); in encode_request_finish() 2212 ceph_encode_copy(&p, &head.epoch, sizeof(head.epoch)); in encode_request_finish() 2213 ceph_encode_copy(&p, &head.flags, sizeof(head.flags)); in encode_request_finish() 2214 ceph_encode_copy(&p, &head.mtime, sizeof(head.mtime)); in encode_request_finish()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | decode.h | 265 static inline void ceph_encode_copy(void **p, const void *s, int len) in ceph_encode_copy() function 381 ceph_encode_copy(p, pv, n); \
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | mds_client.c | 2656 ceph_encode_copy(&p, &ts, sizeof(ts)); in create_request_message() 2754 ceph_encode_copy(&p, &ts, sizeof(ts)); in __prepare_send_request()
|