Searched refs:osds (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dosdmap.c319 * to a set of osds)
613 /* osds */
648 pg->osds[j] = ceph_decode_32(p);
876 pg->osds[j] = ceph_decode_32(p);
1020 int *osds, int *num)
1032 return pg->osds;
1066 *num = crush_do_rule(osdmap->crush, ruleno, pps, osds,
1069 return osds;
1078 int rawosds[CEPH_PG_MAX_SIZE], *osds; local
1081 osds
1019 calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid, int *osds, int *num) argument
1098 int rawosds[CEPH_PG_MAX_SIZE], *osds; local
[all...]
H A Dosdmap.h12 * groups to (sets of) osds. That is, it completely specifies the
33 int osds[]; member in struct:ceph_pg_mapping
54 * the list of osds that store+replicate them. */
H A Dosd_client.h94 struct rb_root osds; /* osds */ member in struct:ceph_osd_client
95 struct list_head osd_lru; /* idle osds */
H A Dosd_client.c323 * Track open sessions with osds.
380 rb_erase(&osd->o_node, &osdc->osds);
447 struct rb_node **p = &osdc->osds.rb_node;
463 rb_insert_color(&new->o_node, &osdc->osds);
469 struct rb_node *n = osdc->osds.rb_node;
650 dout("send_request %p no up osds in pg\n", req);
717 * reset osds that appear to be _really_ unresponsive. this
742 * ping osds that are a bit slow. this ensures that if there
778 dout("osds timeout\n");
899 for (p = rb_first(&osdc->osds);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dosdmap.c319 * to a set of osds)
613 /* osds */
648 pg->osds[j] = ceph_decode_32(p);
876 pg->osds[j] = ceph_decode_32(p);
1020 int *osds, int *num)
1032 return pg->osds;
1066 *num = crush_do_rule(osdmap->crush, ruleno, pps, osds,
1069 return osds;
1078 int rawosds[CEPH_PG_MAX_SIZE], *osds; local
1081 osds
1019 calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid, int *osds, int *num) argument
1098 int rawosds[CEPH_PG_MAX_SIZE], *osds; local
[all...]
H A Dosdmap.h12 * groups to (sets of) osds. That is, it completely specifies the
33 int osds[]; member in struct:ceph_pg_mapping
54 * the list of osds that store+replicate them. */
H A Dosd_client.h94 struct rb_root osds; /* osds */ member in struct:ceph_osd_client
95 struct list_head osd_lru; /* idle osds */
H A Dosd_client.c323 * Track open sessions with osds.
380 rb_erase(&osd->o_node, &osdc->osds);
447 struct rb_node **p = &osdc->osds.rb_node;
463 rb_insert_color(&new->o_node, &osdc->osds);
469 struct rb_node *n = osdc->osds.rb_node;
650 dout("send_request %p no up osds in pg\n", req);
717 * reset osds that appear to be _really_ unresponsive. this
742 * ping osds that are a bit slow. this ensures that if there
778 dout("osds timeout\n");
899 for (p = rb_first(&osdc->osds);
[all...]

Completed in 135 milliseconds