Searched refs:ceph_encode_32 (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/net/ceph/ |
D | auth.c | 111 ceph_encode_32(p, CEPH_ENTITY_TYPE_CLIENT); in ceph_auth_entity_name_encode() 112 ceph_encode_32(p, len); in ceph_auth_entity_name_encode() 134 ceph_encode_32(&p, CEPH_AUTH_UNKNOWN); /* no protocol, yet */ in ceph_auth_build_hello() 142 ceph_encode_32(&p, num); in ceph_auth_build_hello() 145 ceph_encode_32(&p, supported_protocols[i]); in ceph_auth_build_hello() 153 ceph_encode_32(&lenp, p - lenp - sizeof(u32)); in ceph_auth_build_hello() 188 ceph_encode_32(&p, ret); in build_request() 463 ceph_encode_32(&lenp, p - lenp - 4); in ceph_auth_get_request()
|
D | decode.c | 190 ceph_encode_32(p, addr_len); in ceph_encode_entity_addr()
|
D | osd_client.c | 1912 ceph_encode_32(p, hoid->hash); in encode_hoid() 2136 ceph_encode_32(p, pgid->seed); in encode_pgid() 2137 ceph_encode_32(p, -1); /* preferred */ in encode_pgid() 2152 ceph_encode_32(p, -1); /* preferred */ in encode_oloc() 2153 ceph_encode_32(p, 0); /* key len */ in encode_oloc() 2158 ceph_encode_32(p, 0); in encode_oloc() 2180 ceph_encode_32(&p, req->r_t.pgid.seed); /* raw hash */ in encode_request_partial() 2181 ceph_encode_32(&p, req->r_osdc->osdmap->epoch); in encode_request_partial() 2182 ceph_encode_32(&p, req->r_flags); in encode_request_partial() 2193 ceph_encode_32(&p, 0); /* client_inc, always 0 */ in encode_request_partial() [all …]
|
D | auth_x.c | 73 ceph_encode_32(&buf, ciphertext_len); in ceph_x_encrypt()
|
D | messenger_v2.c | 496 ceph_encode_32(&p, desc->fd_lens[i]); in encode_preamble() 1516 ceph_encode_32(&p, 1); /* addr_cnt */ in prepare_client_ident() 1553 ceph_encode_32(&p, 1); /* my_addrs len */ in prepare_session_reconnect()
|
D | mon_client.c | 354 ceph_encode_32(&p, num); in __send_subscribe()
|
/linux-6.6.21/include/linux/ceph/ |
D | decode.h | 258 static inline void ceph_encode_32(void **p, u32 v) in ceph_encode_32() function 289 ceph_encode_32(p, len); in ceph_encode_filepath() 299 ceph_encode_32(p, len); in ceph_encode_string() 323 ceph_encode_32(p, struct_len); in ceph_start_encoding() 373 ceph_encode_32(p, v); \
|
/linux-6.6.21/fs/ceph/ |
D | mds_client.c | 1460 ceph_encode_32(p, size); in encode_supported_features() 1471 ceph_encode_32(p, 0); in encode_supported_features() 1498 ceph_encode_32(p, 4 + size); in encode_metric_spec() 1501 ceph_encode_32(p, size); in encode_metric_spec() 1511 ceph_encode_32(p, 4); in encode_metric_spec() 1513 ceph_encode_32(p, 0); in encode_metric_spec() 1593 ceph_encode_32(&p, metadata_key_count); in create_session_open_msg() 1600 ceph_encode_32(&p, key_len); in create_session_open_msg() 1603 ceph_encode_32(&p, val_len); in create_session_open_msg() 2817 ceph_encode_32(p, req->r_cred->group_info->ngroups); in encode_mclientrequest_tail() [all …]
|
D | caps.c | 1283 ceph_encode_32(&p, 0); in encode_cap_msg() 1287 ceph_encode_32(&p, 0); in encode_cap_msg() 1293 ceph_encode_32(&p, READ_ONCE(osdc->epoch_barrier)); in encode_cap_msg() 1304 ceph_encode_32(&p, 0); in encode_cap_msg() 1305 ceph_encode_32(&p, 0); in encode_cap_msg() 1308 ceph_encode_32(&p, 0); in encode_cap_msg() 1316 ceph_encode_32(&p, arg->flags); in encode_cap_msg() 1330 ceph_encode_32(&p, arg->fscrypt_auth_len); in encode_cap_msg() 1332 ceph_encode_32(&p, sizeof(__le64)); in encode_cap_msg() 1335 ceph_encode_32(&p, 0); in encode_cap_msg() [all …]
|
D | xattr.c | 916 ceph_encode_32(&dest, ci->i_xattrs.count); in __ceph_build_xattrs_blob() 920 ceph_encode_32(&dest, xattr->name_len); in __ceph_build_xattrs_blob() 923 ceph_encode_32(&dest, xattr->val_len); in __ceph_build_xattrs_blob()
|
/linux-6.6.21/drivers/block/ |
D | rbd.c | 3727 ceph_encode_32(&p, notify_op); in __rbd_notify_op_lock() 4385 ceph_encode_32(&p, *result); in __rbd_acknowledge_notify()
|