Searched refs:osds (Results 1 – 4 of 4) sorted by relevance
/linux/net/ceph/ |
H A D | osdmap.c | 728 * to a set of osds) and primary_temp (explicit primary setting) 1451 pg->pg_temp.osds[i] = ceph_decode_32(p); in __decode_pg_temp() 2233 * osds only 2239 !memcmp(lhs->osds, rhs->osds, rhs->size * sizeof(rhs->osds[0]))) in __osds_equal() 2246 * osds + primary 2273 if (set->osds[i] != CRUSH_ITEM_NONE) in osds_valid() 2285 memcpy(dest->osds, src->osds, sr in ceph_osds_copy() [all...] |
H A D | debugfs.c | 100 pg->pg_temp.osds[i]); in osdmap_show() 118 pg->pg_upmap.osds[i]); in osdmap_show() 191 seq_printf(s, "%s%d", (!i ? "" : ","), t->up.osds[i]); in dump_target() 194 seq_printf(s, "%s%d", (!i ? "" : ","), t->acting.osds[i]); in dump_target() 352 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show() 360 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show() 368 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
|
/linux/include/linux/ceph/ |
H A D | osdmap.h | 13 * groups to (sets of) osds. That is, it completely specifies the 158 int osds[]; member 195 * the list of osds that store+replicate them. */ 260 int osds[CEPH_PG_MAX_SIZE]; member
|
H A D | osd_client.h | 411 struct rb_root osds; /* osds */ member 412 struct list_head osd_lru; /* idle osds */
|