Home
last modified time | relevance | path

Searched refs:ceph_decode_32 (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/fs/ceph/
Dmdsmap.c84 n = ceph_decode_32(p); in __decode_and_drop_compat_set()
90 len = ceph_decode_32(p); in __decode_and_drop_compat_set()
131 m->m_epoch = ceph_decode_32(p); in ceph_mdsmap_decode()
132 m->m_client_epoch = ceph_decode_32(p); in ceph_mdsmap_decode()
133 m->m_last_failure = ceph_decode_32(p); in ceph_mdsmap_decode()
134 m->m_root = ceph_decode_32(p); in ceph_mdsmap_decode()
135 m->m_session_timeout = ceph_decode_32(p); in ceph_mdsmap_decode()
136 m->m_session_autoclose = ceph_decode_32(p); in ceph_mdsmap_decode()
138 m->m_max_mds = ceph_decode_32(p); in ceph_mdsmap_decode()
146 n = ceph_decode_32(p); in ceph_mdsmap_decode()
[all …]
Dmds_client.c206 num = ceph_decode_32(p); in parse_reply_info_dir()
230 rde->name_len = ceph_decode_32(p); in parse_reply_info_dir()
2732 next_mds = ceph_decode_32(&p); in handle_forward()
2733 fwd_seq = ceph_decode_32(&p); in handle_forward()
3943 epoch = ceph_decode_32(&p); in ceph_mdsc_handle_fsmap()
3950 map_len = ceph_decode_32(&p); in ceph_mdsc_handle_fsmap()
3955 num_fs = ceph_decode_32(&p); in ceph_mdsc_handle_fsmap()
3965 info_len = ceph_decode_32(&p); in ceph_mdsc_handle_fsmap()
3972 fscid = ceph_decode_32(&info_p); in ceph_mdsc_handle_fsmap()
3973 namelen = ceph_decode_32(&info_p); in ceph_mdsc_handle_fsmap()
[all …]
/Linux-v4.19/net/ceph/
Dosdmap.c60 b->item_weight = ceph_decode_32(p); in crush_decode_uniform_bucket()
79 b->item_weights[j] = ceph_decode_32(p); in crush_decode_list_bucket()
80 b->sum_weights[j] = ceph_decode_32(p); in crush_decode_list_bucket()
98 b->node_weights[j] = ceph_decode_32(p); in crush_decode_tree_bucket()
117 b->item_weights[j] = ceph_decode_32(p); in crush_decode_straw_bucket()
118 b->straws[j] = ceph_decode_32(p); in crush_decode_straw_bucket()
135 b->item_weights[j] = ceph_decode_32(p); in crush_decode_straw2_bucket()
206 a[i] = ceph_decode_32(p); in decode_array_32_alloc()
366 magic = ceph_decode_32(p); in crush_decode()
372 c->max_buckets = ceph_decode_32(p); in crush_decode()
[all …]
Dauth.c196 protocol = ceph_decode_32(&p); in ceph_handle_auth_reply()
197 result = ceph_decode_32(&p); in ceph_handle_auth_reply()
199 payload_len = ceph_decode_32(&p); in ceph_handle_auth_reply()
203 result_msg_len = ceph_decode_32(&p); in ceph_handle_auth_reply()
Dbuffer.c49 len = ceph_decode_32(p); in ceph_decode_buffer()
Dcls_lock_client.c269 len = ceph_decode_32(p); in decode_locker()
292 *num_lockers = ceph_decode_32(p); in decode_lockers()
Dosd_client.c2066 len = ceph_decode_32(&p); in encode_request_finish()
2071 len = ceph_decode_32(&p); in encode_request_finish()
3293 len = ceph_decode_32(p); in ceph_oloc_decode()
3300 len = ceph_decode_32(p); in ceph_oloc_decode()
3309 len = ceph_decode_32(p); in ceph_oloc_decode()
3361 len = ceph_decode_32(p); in ceph_redirect_decode()
3369 len = ceph_decode_32(p); in ceph_redirect_decode()
3375 len = ceph_decode_32(p); in ceph_redirect_decode()
3876 epoch = ceph_decode_32(&p); in ceph_osdc_handle_map()
3877 maplen = ceph_decode_32(&p); in ceph_osdc_handle_map()
[all …]
Dmon_client.c58 epoch = ceph_decode_32(&p); in ceph_monmap_decode()
60 num_mon = ceph_decode_32(&p); in ceph_monmap_decode()
875 req->result = ceph_decode_32(&p); in handle_command_ack()
Dauth_x.c179 type = ceph_decode_32(p); in process_one_ticket()
/Linux-v4.19/include/linux/ceph/
Ddecode.h25 static inline u32 ceph_decode_32(void **p) in ceph_decode_32() function
71 v = ceph_decode_32(p); \
334 *struct_len = ceph_decode_32(p); in ceph_start_decoding()
Dosdmap.h235 pgid->seed = ceph_decode_32(p); in ceph_decode_pgid()
/Linux-v4.19/drivers/block/
Drbd.c2814 ret = ceph_decode_32(&p); in rbd_request_lock()
3298 notify_op = ceph_decode_32(&p); in rbd_watch_cb()