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()340 opt->crush_locs = RB_ROOT; in ceph_alloc_options()366 ceph_clear_crush_locs(&opt->crush_locs); in ceph_destroy_options()502 ceph_clear_crush_locs(&opt->crush_locs); in ceph_parse_param()504 &opt->crush_locs); in ceph_parse_param()641 if (!RB_EMPTY_ROOT(&opt->crush_locs)) { in ceph_print_client_options()643 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
Completed in 19 milliseconds