node_weights      220 include/linux/crush/crush.h 	__u32 *node_weights;
node_weights       39 net/ceph/crush/crush.c 		return ((struct crush_bucket_tree *)b)->node_weights[crush_calc_tree_node(p)];
node_weights       65 net/ceph/crush/crush.c 	kfree(b->node_weights);
node_weights      209 net/ceph/crush/mapper.c 		w = bucket->node_weights[n];
node_weights      216 net/ceph/crush/mapper.c 		if (t < bucket->node_weights[l])
node_weights       93 net/ceph/osdmap.c 	b->node_weights = kcalloc(b->num_nodes, sizeof(u32), GFP_NOFS);
node_weights       94 net/ceph/osdmap.c 	if (b->node_weights == NULL)
node_weights       98 net/ceph/osdmap.c 		b->node_weights[j] = ceph_decode_32(p);