Lines Matching refs:ceph_osd

30 static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd);
900 struct ceph_osd *osd = req->r_osd; in __kick_linger_request()
932 struct ceph_osd *osd) in __kick_osd_requests()
997 struct ceph_osd *osd = con->private; in osd_reset()
1015 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1017 struct ceph_osd *osd; in create_osd()
1038 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd()
1050 static void put_osd(struct ceph_osd *osd) in put_osd()
1066 static void __remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) in __remove_osd()
1077 static void remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) in remove_osd()
1093 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in remove_all_osds()
1094 struct ceph_osd, o_node); in remove_all_osds()
1101 struct ceph_osd *osd) in __move_osd_to_lru()
1111 struct ceph_osd *osd) in maybe_move_osd_to_lru()
1120 static void __remove_osd_from_lru(struct ceph_osd *osd) in __remove_osd_from_lru()
1129 struct ceph_osd *osd, *nosd; in remove_old_osds()
1144 static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) in __reset_osd()
1176 static void __insert_osd(struct ceph_osd_client *osdc, struct ceph_osd *new) in __insert_osd()
1180 struct ceph_osd *osd = NULL; in __insert_osd()
1185 osd = rb_entry(parent, struct ceph_osd, o_node); in __insert_osd()
1198 static struct ceph_osd *__lookup_osd(struct ceph_osd_client *osdc, int o) in __lookup_osd()
1200 struct ceph_osd *osd; in __lookup_osd()
1204 osd = rb_entry(n, struct ceph_osd, o_node); in __lookup_osd()
1588 struct ceph_osd *osd; in handle_timeout()
1615 osd = list_entry(slow_osds.next, struct ceph_osd, in handle_timeout()
1953 struct ceph_osd *osd = rb_entry(p, struct ceph_osd, o_node); in reset_changed_osds()
2798 struct ceph_osd *osd = con->private; in dispatch()
2834 struct ceph_osd *osd = con->private; in get_reply()
2888 struct ceph_osd *osd = con->private; in alloc_msg()
2912 struct ceph_osd *osd = con->private; in get_osd_con()
2920 struct ceph_osd *osd = con->private; in put_osd_con()
2934 struct ceph_osd *o = con->private; in get_authorizer()
2962 struct ceph_osd *o = con->private; in verify_authorizer_reply()
2971 struct ceph_osd *o = con->private; in invalidate_authorizer()
2981 struct ceph_osd *o = msg->con->private; in osd_sign_message()
2989 struct ceph_osd *o = msg->con->private; in osd_check_message_signature()