Lines Matching refs:ceph_decode_32
60 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()
373 c->max_rules = ceph_decode_32(p); in crush_decode()
374 c->max_devices = ceph_decode_32(p); in crush_decode()
422 b->id = ceph_decode_32(p); in crush_decode()
426 b->weight = ceph_decode_32(p); in crush_decode()
427 b->size = ceph_decode_32(p); in crush_decode()
438 b->items[j] = ceph_decode_32(p); in crush_decode()
507 r->steps[j].op = ceph_decode_32(p); in crush_decode()
508 r->steps[j].arg1 = ceph_decode_32(p); in crush_decode()
509 r->steps[j].arg2 = ceph_decode_32(p); in crush_decode()
519 c->choose_local_tries = ceph_decode_32(p); in crush_decode()
520 c->choose_local_fallback_tries = ceph_decode_32(p); in crush_decode()
521 c->choose_total_tries = ceph_decode_32(p); in crush_decode()
530 c->chooseleaf_descend_once = ceph_decode_32(p); in crush_decode()
737 len = ceph_decode_32(p); in decode_pool()
746 pi->pg_num = ceph_decode_32(p); in decode_pool()
747 pi->pgp_num = ceph_decode_32(p); in decode_pool()
754 num = ceph_decode_32(p); in decode_pool()
758 len = ceph_decode_32(p); in decode_pool()
763 num = ceph_decode_32(p); in decode_pool()
780 num = ceph_decode_32(p); in decode_pool()
795 num = ceph_decode_32(p); in decode_pool()
797 len = ceph_decode_32(p); in decode_pool()
799 len = ceph_decode_32(p); in decode_pool()
807 len = ceph_decode_32(p); in decode_pool()
828 len = ceph_decode_32(p); in decode_pool()
837 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
867 len = ceph_decode_32(p); in decode_pool()
872 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
1247 pg->pg_temp.osds[i] = ceph_decode_32(p); in __decode_pg_temp()
1353 ret = set_primary_affinity(map, i, ceph_decode_32(p)); in decode_primary_affinity()
1430 pg->pg_upmap_items.from_to[i][0] = ceph_decode_32(p); in __decode_pg_upmap_items()
1431 pg->pg_upmap_items.from_to[i][1] = ceph_decode_32(p); in __decode_pg_upmap_items()
1481 epoch = map->epoch = ceph_decode_32(p); in osdmap_decode()
1512 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1517 map->osd_state[i] = ceph_decode_32(p); in osdmap_decode()
1523 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1527 map->osd_weight[i] = ceph_decode_32(p); in osdmap_decode()
1529 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1663 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1664 w = ceph_decode_32(p); in decode_new_up_state_weight()
1685 len = ceph_decode_32(p); in decode_new_up_state_weight()
1691 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1693 xorstate = ceph_decode_32(p); in decode_new_up_state_weight()
1718 len = ceph_decode_32(p); in decode_new_up_state_weight()
1723 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1766 epoch = ceph_decode_32(p); in osdmap_apply_incremental()
1770 new_flags = ceph_decode_32(p); in osdmap_apply_incremental()