Lines Matching refs:ceph_osd
30 static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd);
884 struct ceph_osd *osd = req->r_osd; in __kick_linger_request()
916 struct ceph_osd *osd) in __kick_osd_requests()
981 struct ceph_osd *osd = con->private; in osd_reset()
999 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1001 struct ceph_osd *osd; in create_osd()
1022 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd()
1034 static void put_osd(struct ceph_osd *osd) in put_osd()
1050 static void __remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) in __remove_osd()
1061 static void remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) in remove_osd()
1077 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in remove_all_osds()
1078 struct ceph_osd, o_node); in remove_all_osds()
1085 struct ceph_osd *osd) in __move_osd_to_lru()
1095 struct ceph_osd *osd) in maybe_move_osd_to_lru()
1104 static void __remove_osd_from_lru(struct ceph_osd *osd) in __remove_osd_from_lru()
1113 struct ceph_osd *osd, *nosd; in remove_old_osds()
1128 static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd) in __reset_osd()
1160 static void __insert_osd(struct ceph_osd_client *osdc, struct ceph_osd *new) in __insert_osd()
1164 struct ceph_osd *osd = NULL; in __insert_osd()
1169 osd = rb_entry(parent, struct ceph_osd, o_node); in __insert_osd()
1182 static struct ceph_osd *__lookup_osd(struct ceph_osd_client *osdc, int o) in __lookup_osd()
1184 struct ceph_osd *osd; in __lookup_osd()
1188 osd = rb_entry(n, struct ceph_osd, o_node); in __lookup_osd()
1571 struct ceph_osd *osd; in handle_timeout()
1599 osd = list_entry(slow_osds.next, struct ceph_osd, in handle_timeout()
1939 struct ceph_osd *osd = rb_entry(p, struct ceph_osd, o_node); in reset_changed_osds()
2784 struct ceph_osd *osd = con->private; in dispatch()
2819 struct ceph_osd *osd = con->private; in get_reply()
2892 struct ceph_osd *osd = con->private; in alloc_msg()
2916 struct ceph_osd *osd = con->private; in get_osd_con()
2924 struct ceph_osd *osd = con->private; in put_osd_con()
2938 struct ceph_osd *o = con->private; in get_authorizer()
2966 struct ceph_osd *o = con->private; in verify_authorizer_reply()
2975 struct ceph_osd *o = con->private; in invalidate_authorizer()
2985 struct ceph_osd *o = con->private; in sign_message()
2992 struct ceph_osd *o = con->private; in check_message_signature()