Home
last modified time | relevance | path

Searched refs:CRUSH_ITEM_NONE (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/ceph/crush/
Dmapper.c732 out[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
734 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
751 out[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
754 CRUSH_ITEM_NONE; in crush_choose_indep()
785 if (out2[rep] == CRUSH_ITEM_NONE) { in crush_choose_indep()
809 out[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
812 out2[rep] = CRUSH_ITEM_NONE; in crush_choose_indep()
/linux-6.6.21/include/linux/crush/
Dcrush.h36 #define CRUSH_ITEM_NONE 0x7fffffff /* no result */ macro
/linux-6.6.21/net/ceph/
Dosdmap.c2273 if (set->osds[i] != CRUSH_ITEM_NONE) in osds_valid()
2538 set->osds[i] = CRUSH_ITEM_NONE; in remove_nonexistent_osds()
2605 if (osd != CRUSH_ITEM_NONE && in apply_upmap()
2640 !(to != CRUSH_ITEM_NONE && in apply_upmap()
2687 set->osds[i] = CRUSH_ITEM_NONE; in raw_to_up_osds()
2712 if (osd != CRUSH_ITEM_NONE && in apply_primary_affinity()
2730 if (osd == CRUSH_ITEM_NONE) in apply_primary_affinity()
2788 temp->osds[temp->size++] = CRUSH_ITEM_NONE; in get_temp_osds()
2796 if (temp->osds[i] != CRUSH_ITEM_NONE) { in get_temp_osds()