Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dcrypto.c83 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()
Dauth.c97 ceph_encode_copy(p, name, len); in ceph_auth_entity_name_encode()
Dcls_lock_client.c169 ceph_encode_copy(&p, locker, sizeof(*locker)); in ceph_cls_break_lock()
Dauth_x.c551 ceph_encode_copy(&p, xi->auth_authorizer.buf->vec.iov_base, in ceph_x_build_request()
Dosd_client.c2211 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/
Ddecode.h265 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/
Dmds_client.c2656 ceph_encode_copy(&p, &ts, sizeof(ts)); in create_request_message()
2754 ceph_encode_copy(&p, &ts, sizeof(ts)); in __prepare_send_request()