Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dmdsmap.c70 m->m_epoch = ceph_decode_32(p); in ceph_mdsmap_decode()
71 m->m_client_epoch = ceph_decode_32(p); in ceph_mdsmap_decode()
72 m->m_last_failure = ceph_decode_32(p); in ceph_mdsmap_decode()
73 m->m_root = ceph_decode_32(p); in ceph_mdsmap_decode()
74 m->m_session_timeout = ceph_decode_32(p); in ceph_mdsmap_decode()
75 m->m_session_autoclose = ceph_decode_32(p); in ceph_mdsmap_decode()
77 m->m_max_mds = ceph_decode_32(p); in ceph_mdsmap_decode()
84 n = ceph_decode_32(p); in ceph_mdsmap_decode()
101 namelen = ceph_decode_32(p); /* skip mds name */ in ceph_mdsmap_decode()
108 mds = ceph_decode_32(p); in ceph_mdsmap_decode()
[all …]
Dmds_client.c174 num = ceph_decode_32(p); in parse_reply_info_dir()
195 info->dir_dname_len[i] = ceph_decode_32(p); in parse_reply_info_dir()
2527 next_mds = ceph_decode_32(&p); in handle_forward()
2528 fwd_seq = ceph_decode_32(&p); in handle_forward()
3645 epoch = ceph_decode_32(&p); in ceph_mdsc_handle_map()
3646 maplen = ceph_decode_32(&p); in ceph_mdsc_handle_map()
/linux-4.1.27/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()
179 magic = ceph_decode_32(p); in crush_decode()
185 c->max_buckets = ceph_decode_32(p); in crush_decode()
186 c->max_rules = ceph_decode_32(p); in crush_decode()
[all …]
Dauth.c192 protocol = ceph_decode_32(&p); in ceph_handle_auth_reply()
193 result = ceph_decode_32(&p); in ceph_handle_auth_reply()
195 payload_len = ceph_decode_32(&p); in ceph_handle_auth_reply()
199 result_msg_len = ceph_decode_32(&p); in ceph_handle_auth_reply()
Dbuffer.c48 len = ceph_decode_32(p); in ceph_decode_buffer()
Dosd_client.c1649 len = ceph_decode_32(p); in ceph_oloc_decode()
1656 len = ceph_decode_32(p); in ceph_oloc_decode()
1663 len = ceph_decode_32(p); in ceph_oloc_decode()
1704 len = ceph_decode_32(p); in ceph_redirect_decode()
1712 len = ceph_decode_32(p); in ceph_redirect_decode()
1718 len = ceph_decode_32(p); in ceph_redirect_decode()
1768 object_len = ceph_decode_32(&p); in handle_reply()
1778 result = ceph_decode_32(&p); in handle_reply()
1779 reassert_epoch = ceph_decode_32(&p); in handle_reply()
1781 osdmap_epoch = ceph_decode_32(&p); in handle_reply()
[all …]
Dauth_x.c72 len = ceph_decode_32(p); in ceph_x_decrypt()
163 type = ceph_decode_32(p); in process_one_ticket()
Dmon_client.c58 epoch = ceph_decode_32(&p); in ceph_monmap_decode()
60 num_mon = ceph_decode_32(&p); in ceph_monmap_decode()
/linux-4.1.27/include/linux/ceph/
Ddecode.h23 static inline u32 ceph_decode_32(void **p) in ceph_decode_32() function
69 v = ceph_decode_32(p); \
Dosdmap.h189 pgid->seed = ceph_decode_32(p); in ceph_decode_pgid()