Searched refs:ceph_osds (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/include/linux/ceph/ |
| 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 …]
|
| D | osd_client.h | 217 struct ceph_osds acting; 218 struct ceph_osds up;
|
| /Linux-v6.6/net/ceph/ |
| D | osdmap.c | 2235 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal() 2236 const struct ceph_osds *rhs) in __osds_equal() 2248 static bool osds_equal(const struct ceph_osds *lhs, in osds_equal() 2249 const struct ceph_osds *rhs) in osds_equal() 2258 static bool osds_valid(const struct ceph_osds *set) in osds_valid() 2283 void ceph_osds_copy(struct ceph_osds *dest, const struct ceph_osds *src) in ceph_osds_copy() 2318 bool ceph_is_new_interval(const struct ceph_osds *old_acting, in ceph_is_new_interval() 2319 const struct ceph_osds *new_acting, in ceph_is_new_interval() 2320 const struct ceph_osds *old_up, in ceph_is_new_interval() 2321 const struct ceph_osds *new_up, in ceph_is_new_interval() [all …]
|
| D | osd_client.c | 1560 static int pick_random_replica(const struct ceph_osds *acting) in pick_random_replica() 1575 const struct ceph_osds *acting) in pick_closest_replica() 1611 struct ceph_osds up, acting; in calc_target()
|