Home
last modified time | relevance | path

Searched refs:ceph_encode_32 (Results 1 – 9 of 9) sorted by relevance

/linux/net/ceph/
H A Dauth.c111 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()
H A Ddecode.c190 ceph_encode_32(p, addr_len); in ceph_encode_entity_addr()
H A Dauth_x.c73 ceph_encode_32(&buf, ciphertext_len); in ceph_x_encrypt()
H A Dmessenger_v2.c496 ceph_encode_32(&p, desc->fd_lens[i]); in encode_preamble()
1512 ceph_encode_32(&p, 1); /* addr_cnt */ in prepare_client_ident()
1549 ceph_encode_32(&p, 1); /* my_addrs len */ in prepare_session_reconnect()
H A Dmon_client.c354 ceph_encode_32(&p, num); in __send_subscribe()
/linux/include/linux/ceph/
H A Ddecode.h258 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/fs/ceph/
H A Dmds_client.c1474 ceph_encode_32(p, size); in encode_supported_features()
1485 ceph_encode_32(p, 0); in encode_supported_features()
1512 ceph_encode_32(p, 4 + size); in encode_metric_spec()
1515 ceph_encode_32(p, size); in encode_metric_spec()
1525 ceph_encode_32(p, 4); in encode_metric_spec()
1527 ceph_encode_32(p, 0); in encode_metric_spec()
1612 ceph_encode_32(&p, metadata_key_count); in create_session_full_msg()
1619 ceph_encode_32(&p, key_len); in create_session_full_msg()
1622 ceph_encode_32(&p, val_len); in create_session_full_msg()
1642 ceph_encode_32( in create_session_full_msg()
[all...]
H A Dcaps.c1304 ceph_encode_32(&p, 0); in encode_cap_msg()
1308 ceph_encode_32(&p, 0); in encode_cap_msg()
1314 ceph_encode_32(&p, READ_ONCE(osdc->epoch_barrier)); in encode_cap_msg()
1325 ceph_encode_32(&p, 0); in encode_cap_msg()
1326 ceph_encode_32(&p, 0); in encode_cap_msg()
1329 ceph_encode_32(&p, 0); in encode_cap_msg()
1337 ceph_encode_32(&p, arg->flags); in encode_cap_msg()
1351 ceph_encode_32(&p, arg->fscrypt_auth_len); in encode_cap_msg()
1353 ceph_encode_32(&p, sizeof(__le64)); in encode_cap_msg()
1356 ceph_encode_32( in encode_cap_msg()
[all...]
/linux/drivers/block/
H A Drbd.c3723 ceph_encode_32(&p, notify_op); in __rbd_notify_op_lock()
4381 ceph_encode_32(&p, *result); in __rbd_acknowledge_notify()