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()
279 a[i] = ceph_decode_32(p); in decode_array_32_alloc()
441 magic = ceph_decode_32(p); in crush_decode()
447 c->max_buckets = ceph_decode_32(p); in crush_decode()
448 c->max_rules = ceph_decode_32(p); in crush_decode()
449 c->max_devices = ceph_decode_32(p); in crush_decode()
497 b->id = ceph_decode_32(p); in crush_decode()
501 b->weight = ceph_decode_32(p); in crush_decode()
502 b->size = ceph_decode_32(p); in crush_decode()
513 b->items[j] = ceph_decode_32(p); in crush_decode()
582 r->steps[j].op = ceph_decode_32(p); in crush_decode()
583 r->steps[j].arg1 = ceph_decode_32(p); in crush_decode()
584 r->steps[j].arg2 = ceph_decode_32(p); in crush_decode()
600 c->choose_local_tries = ceph_decode_32(p); in crush_decode()
601 c->choose_local_fallback_tries = ceph_decode_32(p); in crush_decode()
602 c->choose_total_tries = ceph_decode_32(p); in crush_decode()
611 c->chooseleaf_descend_once = ceph_decode_32(p); in crush_decode()
789 len = ceph_decode_32(p); in decode_pool()
798 pi->pg_num = ceph_decode_32(p); in decode_pool()
799 pi->pgp_num = ceph_decode_32(p); in decode_pool()
806 num = ceph_decode_32(p); in decode_pool()
810 len = ceph_decode_32(p); in decode_pool()
815 num = ceph_decode_32(p); in decode_pool()
832 num = ceph_decode_32(p); in decode_pool()
847 num = ceph_decode_32(p); in decode_pool()
849 len = ceph_decode_32(p); in decode_pool()
851 len = ceph_decode_32(p); in decode_pool()
859 len = ceph_decode_32(p); in decode_pool()
880 len = ceph_decode_32(p); in decode_pool()
889 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
919 len = ceph_decode_32(p); in decode_pool()
924 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
1435 pg->pg_temp.osds[i] = ceph_decode_32(p); in __decode_pg_temp()
1541 ret = set_primary_affinity(map, i, ceph_decode_32(p)); in decode_primary_affinity()
1618 pg->pg_upmap_items.from_to[i][0] = ceph_decode_32(p); in __decode_pg_upmap_items()
1619 pg->pg_upmap_items.from_to[i][1] = ceph_decode_32(p); in __decode_pg_upmap_items()
1669 epoch = map->epoch = ceph_decode_32(p); in osdmap_decode()
1700 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1705 map->osd_state[i] = ceph_decode_32(p); in osdmap_decode()
1711 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1715 map->osd_weight[i] = ceph_decode_32(p); in osdmap_decode()
1717 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1851 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1852 w = ceph_decode_32(p); in decode_new_up_state_weight()
1873 len = ceph_decode_32(p); in decode_new_up_state_weight()
1879 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1881 xorstate = ceph_decode_32(p); in decode_new_up_state_weight()
1906 len = ceph_decode_32(p); in decode_new_up_state_weight()
1911 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1954 epoch = ceph_decode_32(p); in osdmap_apply_incremental()
1958 new_flags = ceph_decode_32(p); in osdmap_apply_incremental()