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()
508 r->steps[j].op = ceph_decode_32(p); in crush_decode()
509 r->steps[j].arg1 = ceph_decode_32(p); in crush_decode()
510 r->steps[j].arg2 = ceph_decode_32(p); in crush_decode()
520 c->choose_local_tries = ceph_decode_32(p); in crush_decode()
521 c->choose_local_fallback_tries = ceph_decode_32(p); in crush_decode()
522 c->choose_total_tries = ceph_decode_32(p); in crush_decode()
531 c->chooseleaf_descend_once = ceph_decode_32(p); in crush_decode()
738 len = ceph_decode_32(p); in decode_pool()
747 pi->pg_num = ceph_decode_32(p); in decode_pool()
748 pi->pgp_num = ceph_decode_32(p); in decode_pool()
755 num = ceph_decode_32(p); in decode_pool()
759 len = ceph_decode_32(p); in decode_pool()
764 num = ceph_decode_32(p); in decode_pool()
781 num = ceph_decode_32(p); in decode_pool()
796 num = ceph_decode_32(p); in decode_pool()
798 len = ceph_decode_32(p); in decode_pool()
800 len = ceph_decode_32(p); in decode_pool()
808 len = ceph_decode_32(p); in decode_pool()
829 len = ceph_decode_32(p); in decode_pool()
838 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
868 len = ceph_decode_32(p); in decode_pool()
873 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
1231 pg->pg_temp.osds[i] = ceph_decode_32(p); in __decode_pg_temp()
1337 ret = set_primary_affinity(map, i, ceph_decode_32(p)); in decode_primary_affinity()
1414 pg->pg_upmap_items.from_to[i][0] = ceph_decode_32(p); in __decode_pg_upmap_items()
1415 pg->pg_upmap_items.from_to[i][1] = ceph_decode_32(p); in __decode_pg_upmap_items()
1465 epoch = map->epoch = ceph_decode_32(p); in osdmap_decode()
1498 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1503 map->osd_state[i] = ceph_decode_32(p); in osdmap_decode()
1509 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1513 map->osd_weight[i] = ceph_decode_32(p); in osdmap_decode()
1515 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1642 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1643 w = ceph_decode_32(p); in decode_new_up_state_weight()
1664 len = ceph_decode_32(p); in decode_new_up_state_weight()
1670 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1672 xorstate = ceph_decode_32(p); in decode_new_up_state_weight()
1697 len = ceph_decode_32(p); in decode_new_up_state_weight()
1702 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1745 epoch = ceph_decode_32(p); in osdmap_apply_incremental()
1749 new_flags = ceph_decode_32(p); in osdmap_apply_incremental()