Searched refs:ceph_encode_32 (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/ceph/ | 
| D | auth.c | 95 	ceph_encode_32(p, CEPH_ENTITY_TYPE_CLIENT);  in ceph_auth_entity_name_encode() 96 	ceph_encode_32(p, len);  in ceph_auth_entity_name_encode() 118 	ceph_encode_32(&p, CEPH_AUTH_UNKNOWN);  /* no protocol, yet */  in ceph_auth_build_hello() 126 	ceph_encode_32(&p, num);  in ceph_auth_build_hello() 129 		ceph_encode_32(&p, supported_protocols[i]);  in ceph_auth_build_hello() 137 	ceph_encode_32(&lenp, p - lenp - sizeof(u32));  in ceph_auth_build_hello() 160 	ceph_encode_32(&p, ac->protocol);  in ceph_build_auth_request() 169 	ceph_encode_32(&p, ret);  in ceph_build_auth_request()
  | 
| D | osd_client.c | 1793 	ceph_encode_32(p, hoid->hash);  in encode_hoid() 2016 	ceph_encode_32(p, pgid->seed);  in encode_pgid() 2017 	ceph_encode_32(p, -1); /* preferred */  in encode_pgid() 2032 	ceph_encode_32(p, -1); /* preferred */  in encode_oloc() 2033 	ceph_encode_32(p, 0);  /* key len */  in encode_oloc() 2038 		ceph_encode_32(p, 0);  in encode_oloc() 2060 	ceph_encode_32(&p, req->r_t.pgid.seed); /* raw hash */  in encode_request_partial() 2061 	ceph_encode_32(&p, req->r_osdc->osdmap->epoch);  in encode_request_partial() 2062 	ceph_encode_32(&p, req->r_flags);  in encode_request_partial() 2073 	ceph_encode_32(&p, 0); /* client_inc, always 0 */  in encode_request_partial() [all …] 
 | 
| D | auth_x.c | 70 	ceph_encode_32(&buf, ciphertext_len);  in ceph_x_encrypt()
  | 
| D | mon_client.c | 281 	ceph_encode_32(&p, num);  in __send_subscribe()
  | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | decode.h | 250 static inline void ceph_encode_32(void **p, u32 v)  in ceph_encode_32()  function 281 	ceph_encode_32(p, len);  in ceph_encode_filepath() 291 	ceph_encode_32(p, len);  in ceph_encode_string() 315 	ceph_encode_32(p, struct_len);  in ceph_start_encoding() 365 		ceph_encode_32(p, v);				\
  | 
| /Linux-v5.4/fs/ceph/ | 
| D | xattr.c | 778 		ceph_encode_32(&dest, ci->i_xattrs.count);  in __ceph_build_xattrs_blob() 782 			ceph_encode_32(&dest, xattr->name_len);  in __ceph_build_xattrs_blob() 785 			ceph_encode_32(&dest, xattr->val_len);  in __ceph_build_xattrs_blob()
  | 
| D | caps.c | 1198 	ceph_encode_32(&p, 0);  in send_cap_msg() 1202 	ceph_encode_32(&p, 0);  in send_cap_msg() 1208 	ceph_encode_32(&p, READ_ONCE(osdc->epoch_barrier));  in send_cap_msg() 1219 	ceph_encode_32(&p, 0);  in send_cap_msg() 1220 	ceph_encode_32(&p, 0);  in send_cap_msg() 1223 	ceph_encode_32(&p, 0);  in send_cap_msg() 1231 	ceph_encode_32(&p, arg->flags);  in send_cap_msg()
  | 
| D | mds_client.c | 1056 		ceph_encode_32(p, size);  in encode_supported_features() 1063 		ceph_encode_32(p, 0);  in encode_supported_features() 1127 	ceph_encode_32(&p, metadata_key_count);  in create_session_open_msg() 1134 		ceph_encode_32(&p, key_len);  in create_session_open_msg() 1137 		ceph_encode_32(&p, val_len);  in create_session_open_msg()
  | 
| /Linux-v5.4/drivers/block/ | 
| D | rbd.c | 3854 	ceph_encode_32(&p, notify_op);  in __rbd_notify_op_lock() 4460 		ceph_encode_32(&p, *result);  in __rbd_acknowledge_notify()
  |