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()316 opt->crush_locs = RB_ROOT; in ceph_alloc_options()342 ceph_clear_crush_locs(&opt->crush_locs); in ceph_destroy_options()477 ceph_clear_crush_locs(&opt->crush_locs); in ceph_parse_param()479 &opt->crush_locs); in ceph_parse_param()619 if (!RB_EMPTY_ROOT(&opt->crush_locs)) { in ceph_print_client_options()621 for (n = rb_first(&opt->crush_locs); ; ) { in ceph_print_client_options()
90 &client->options->crush_locs)); in osdmap_show()
1584 &opt->crush_locs); in pick_closest_replica()
69 struct rb_root crush_locs; member