Searched refs:ceph_osds (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ceph/ |
| H A D | osdmap.h | 259 struct ceph_osds { struct 265 static inline void ceph_osds_init(struct ceph_osds *set) in ceph_osds_init() argument 271 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src); 275 bool ceph_is_new_interval(const struct ceph_osds *old_acting, 276 const struct ceph_osds *new_acting, 277 const struct ceph_osds *old_up, 278 const struct ceph_osds *new_up, 290 bool ceph_osds_changed(const struct ceph_osds *old_acting, 291 const struct ceph_osds *new_acting, 306 struct ceph_osds *up, [all …]
|
| H A D | osd_client.h | 218 struct ceph_osds acting; 219 struct ceph_osds up;
|
| /linux-6.15/net/ceph/ |
| H A D | osdmap.c | 2236 const struct ceph_osds *rhs) in __osds_equal() 2283 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src) in ceph_osds_copy() 2517 struct ceph_osds *set) in remove_nonexistent_osds() 2552 struct ceph_osds *raw, in pg_to_raw_osds() 2594 struct ceph_osds *raw) in apply_upmap() 2661 struct ceph_osds *set) in raw_to_up_osds() 2697 struct ceph_osds *up) in apply_primary_affinity() 2773 struct ceph_osds *temp) in get_temp_osds() 2819 struct ceph_osds *up, in ceph_pg_to_up_acting_osds() 2848 struct ceph_osds up, acting; in ceph_pg_to_primary_shard() [all …]
|
| H A D | osd_client.c | 1539 static int pick_random_replica(const struct ceph_osds *acting) in pick_random_replica() 1554 const struct ceph_osds *acting) in pick_closest_replica() 1590 struct ceph_osds up, acting; in calc_target()
|