Searched refs:crush_locs (Results 1 – 4 of 4) sorted by relevance
179 ret = ceph_compare_crush_locs(&opt1->crush_locs, &opt2->crush_locs); in ceph_compare_options()322 opt->crush_locs = RB_ROOT; in ceph_alloc_options()346 ceph_clear_crush_locs(&opt->crush_locs); in ceph_destroy_options()482 ceph_clear_crush_locs(&opt->crush_locs); in ceph_parse_param()484 &opt->crush_locs); in ceph_parse_param()598 if (!RB_EMPTY_ROOT(&opt->crush_locs)) { in ceph_print_client_options()600 for (n = rb_first(&opt->crush_locs); ; ) { in ceph_print_client_options()
90 &client->options->crush_locs)); in osdmap_show()
1525 &opt->crush_locs); in pick_closest_replica()
68 struct rb_root crush_locs; member