Searched refs:max_osd (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ceph/ |
| H A D | osdmap.c | 1203 dout("%s old %u new %u\n", __func__, map->max_osd, max); in osdmap_set_max_osd() 1204 if (max == map->max_osd) in osdmap_set_max_osd() 1217 to_copy = min(map->max_osd, max); in osdmap_set_max_osd() 1230 for (i = map->max_osd; i < max; i++) { in osdmap_set_max_osd() 1249 for (i = map->max_osd; i < max; i++) in osdmap_set_max_osd() 1254 map->max_osd = max; in osdmap_set_max_osd() 1517 array_size(map->max_osd, sizeof(*map->osd_primary_affinity)), in set_primary_affinity() 1522 for (i = 0; i < map->max_osd; i++) in set_primary_affinity() 1543 if (len != map->max_osd) in decode_primary_affinity() 1546 ceph_decode_need(p, end, map->max_osd*sizeof(u32), e_inval); in decode_primary_affinity() [all …]
|
| H A D | debugfs.c | 84 for (i = 0; i < map->max_osd; i++) { in osdmap_show()
|
| /linux/include/linux/ceph/ |
| H A D | osdmap.h | 177 u32 max_osd; /* size of osd_state, _offload, _addr arrays */ member 203 return osd >= 0 && osd < map->max_osd && in ceph_osd_exists() 224 if (osd >= map->max_osd) in ceph_osd_addr()
|