Searched defs:osd (Results 1 – 3 of 3) sorted by relevance
/net/ceph/ |
D | debugfs.c | 234 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() 260 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() 321 static void dump_backoffs(struct seq_file *s, struct ceph_osd *osd) in dump_backoffs() 353 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local 361 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local 369 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local
|
D | osd_client.c | 77 static inline void verify_osd_locked(struct ceph_osd *osd) in verify_osd_locked() 92 static inline void verify_osd_locked(struct ceph_osd *osd) { } in verify_osd_locked() 1139 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in DEFINE_RB_FUNCS() local 1161 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless() 1166 static bool osd_registered(struct ceph_osd *osd) in osd_registered() 1176 static void osd_init(struct ceph_osd *osd) in osd_init() 1190 static void osd_cleanup(struct ceph_osd *osd) in osd_cleanup() 1211 struct ceph_osd *osd; in create_osd() local 1225 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd() 1237 static void put_osd(struct ceph_osd *osd) in put_osd() [all …]
|
D | osdmap.c | 1459 u32 osd; in __decode_primary_temp() local 1489 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity() 1499 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u32 aff) in set_primary_affinity() 1559 u32 osd, aff; in decode_new_primary_affinity() local 1860 s32 osd; in decode_new_up_state_weight() local 1888 s32 osd; in decode_new_up_state_weight() local 1920 s32 osd; in decode_new_up_state_weight() local 2327 static int calc_pg_rank(int osd, const struct ceph_osds *acting) in calc_pg_rank() 2587 int osd = pg->pg_upmap.osds[i]; in apply_upmap() local 2616 int osd = raw->osds[j]; in apply_upmap() local [all …]
|