Lines Matching refs:ceph_decode_32

76 	b->item_weight = ceph_decode_32(p);  in crush_decode_uniform_bucket()
95 b->item_weights[j] = ceph_decode_32(p); in crush_decode_list_bucket()
96 b->sum_weights[j] = ceph_decode_32(p); in crush_decode_list_bucket()
114 b->node_weights[j] = ceph_decode_32(p); in crush_decode_tree_bucket()
133 b->item_weights[j] = ceph_decode_32(p); in crush_decode_straw_bucket()
134 b->straws[j] = ceph_decode_32(p); in crush_decode_straw_bucket()
151 b->item_weights[j] = ceph_decode_32(p); in crush_decode_straw2_bucket()
295 a[i] = ceph_decode_32(p); in decode_array_32_alloc()
457 magic = ceph_decode_32(p); in crush_decode()
463 c->max_buckets = ceph_decode_32(p); in crush_decode()
464 c->max_rules = ceph_decode_32(p); in crush_decode()
465 c->max_devices = ceph_decode_32(p); in crush_decode()
513 b->id = ceph_decode_32(p); in crush_decode()
517 b->weight = ceph_decode_32(p); in crush_decode()
518 b->size = ceph_decode_32(p); in crush_decode()
529 b->items[j] = ceph_decode_32(p); in crush_decode()
598 r->steps[j].op = ceph_decode_32(p); in crush_decode()
599 r->steps[j].arg1 = ceph_decode_32(p); in crush_decode()
600 r->steps[j].arg2 = ceph_decode_32(p); in crush_decode()
616 c->choose_local_tries = ceph_decode_32(p); in crush_decode()
617 c->choose_local_fallback_tries = ceph_decode_32(p); in crush_decode()
618 c->choose_total_tries = ceph_decode_32(p); in crush_decode()
627 c->chooseleaf_descend_once = ceph_decode_32(p); in crush_decode()
805 len = ceph_decode_32(p); in decode_pool()
814 pi->pg_num = ceph_decode_32(p); in decode_pool()
815 pi->pgp_num = ceph_decode_32(p); in decode_pool()
822 num = ceph_decode_32(p); in decode_pool()
826 len = ceph_decode_32(p); in decode_pool()
831 num = ceph_decode_32(p); in decode_pool()
848 num = ceph_decode_32(p); in decode_pool()
863 num = ceph_decode_32(p); in decode_pool()
865 len = ceph_decode_32(p); in decode_pool()
867 len = ceph_decode_32(p); in decode_pool()
875 len = ceph_decode_32(p); in decode_pool()
896 len = ceph_decode_32(p); in decode_pool()
905 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
935 len = ceph_decode_32(p); in decode_pool()
940 pi->last_force_request_resend = ceph_decode_32(p); in decode_pool()
1451 pg->pg_temp.osds[i] = ceph_decode_32(p); in __decode_pg_temp()
1557 ret = set_primary_affinity(map, i, ceph_decode_32(p)); in decode_primary_affinity()
1634 pg->pg_upmap_items.from_to[i][0] = ceph_decode_32(p); in __decode_pg_upmap_items()
1635 pg->pg_upmap_items.from_to[i][1] = ceph_decode_32(p); in __decode_pg_upmap_items()
1686 epoch = map->epoch = ceph_decode_32(p); in osdmap_decode()
1717 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1722 map->osd_state[i] = ceph_decode_32(p); in osdmap_decode()
1728 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1732 map->osd_weight[i] = ceph_decode_32(p); in osdmap_decode()
1734 if (ceph_decode_32(p) != map->max_osd) in osdmap_decode()
1880 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1881 w = ceph_decode_32(p); in decode_new_up_state_weight()
1902 len = ceph_decode_32(p); in decode_new_up_state_weight()
1907 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1909 xorstate = ceph_decode_32(p); in decode_new_up_state_weight()
1934 len = ceph_decode_32(p); in decode_new_up_state_weight()
1939 osd = ceph_decode_32(p); in decode_new_up_state_weight()
1989 epoch = ceph_decode_32(p); in osdmap_apply_incremental()
1993 new_flags = ceph_decode_32(p); in osdmap_apply_incremental()