Searched refs:ceph_osd (Results 1 – 2 of 2) sorted by relevance
/net/ceph/ |
D | debugfs.c | 229 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() 255 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() 316 static void dump_backoffs(struct seq_file *s, struct ceph_osd *osd) in dump_backoffs() 348 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() 356 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() 364 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() 1160 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in DEFINE_RB_FUNCS() 1182 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless() 1187 static bool osd_registered(struct ceph_osd *osd) in osd_registered() [all …]
|