Lines Matching defs:temp
2731 * both pg_temp and primary_temp mappings. This means @temp isn't
2733 * @temp will have its ->primary >= 0 but ->size == 0.
2738 struct ceph_osds *temp)
2743 ceph_osds_init(temp);
2753 temp->osds[temp->size++] = CRUSH_ITEM_NONE;
2755 temp->osds[temp->size++] = pg->pg_temp.osds[i];
2760 for (i = 0; i < temp->size; i++) {
2761 if (temp->osds[i] != CRUSH_ITEM_NONE) {
2762 temp->primary = temp->osds[i];
2771 temp->primary = pg->primary_temp.osd;