Searched refs:ceph_osd (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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() 361 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() 369 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show()
|
D | osd_client.c | 49 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req); 50 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req); 51 static void link_linger(struct ceph_osd *osd, 53 static void unlink_linger(struct ceph_osd *osd, 55 static void clear_backoffs(struct ceph_osd *osd); 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() 1161 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless() 1166 static bool osd_registered(struct ceph_osd *osd) in osd_registered() [all …]
|
/linux-6.1.9/include/linux/ceph/ |
D | osd_client.h | 33 struct ceph_osd { struct 184 struct ceph_osd *r_osd; 258 struct ceph_osd *osd; 357 struct ceph_osd homeless_osd;
|