Lines Matching refs:ceph_osd
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()
1197 static void osd_init(struct ceph_osd *osd) in osd_init()
1211 static void osd_cleanup(struct ceph_osd *osd) in osd_cleanup()
1230 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1232 struct ceph_osd *osd; in create_osd()
1246 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd()
1258 static void put_osd(struct ceph_osd *osd) in put_osd()
1268 DEFINE_RB_FUNCS(osd, struct ceph_osd, o_osd, o_node) in DEFINE_RB_FUNCS() argument
1270 static void __move_osd_to_lru(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1284 static void maybe_move_osd_to_lru(struct ceph_osd *osd) in maybe_move_osd_to_lru()
1291 static void __remove_osd_from_lru(struct ceph_osd *osd) in __remove_osd_from_lru()
1307 static void close_osd(struct ceph_osd *osd) in close_osd()
1348 static int reopen_osd(struct ceph_osd *osd) in reopen_osd()
1384 static struct ceph_osd *lookup_create_osd(struct ceph_osd_client *osdc, int o, in lookup_create_osd()
1387 struct ceph_osd *osd; in lookup_create_osd()
1417 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req) in link_request()
1434 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) in unlink_request()
1929 static void clear_backoffs(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1976 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2275 struct ceph_osd *osd = req->r_osd; in send_request()
2341 struct ceph_osd *osd; in __submit_request()
2786 static void link_linger(struct ceph_osd *osd, in DEFINE_RB_INSDEL_FUNCS()
2804 static void unlink_linger(struct ceph_osd *osd, in unlink_linger()
3164 struct ceph_osd *osd; in linger_submit()
3350 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_timeout()
3408 struct ceph_osd *osd = list_first_entry(&slow_osds, in handle_timeout()
3409 struct ceph_osd, in handle_timeout()
3426 struct ceph_osd *osd, *nosd; in handle_osds_timeout()
3651 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply()
3813 struct ceph_osd *osd; in recalc_linger_target()
3828 static void scan_requests(struct ceph_osd *osd, in scan_requests()
3962 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_one_map()
4005 struct ceph_osd *osd; in kick_requests()
4148 static void kick_osd_requests(struct ceph_osd *osd) in kick_osd_requests()
4180 struct ceph_osd *osd = con->private; in osd_fault()
4296 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4355 static void handle_backoff_unblock(struct ceph_osd *osd, in handle_backoff_unblock()
4413 static void handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) in handle_backoff()
4625 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_sync()
5201 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_reopen_osds()
5292 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in ceph_osdc_stop()
5293 struct ceph_osd, o_node); in ceph_osdc_stop()
5417 struct ceph_osd *osd = con->private; in osd_dispatch()
5452 struct ceph_osd *osd = con->private; in get_reply()
5541 struct ceph_osd *osd = con->private; in osd_alloc_msg()
5565 struct ceph_osd *osd = con->private; in osd_get_con()
5573 struct ceph_osd *osd = con->private; in osd_put_con()
5588 struct ceph_osd *o = con->private; in osd_get_authorizer()
5605 struct ceph_osd *o = con->private; in osd_add_authorizer_challenge()
5615 struct ceph_osd *o = con->private; in osd_verify_authorizer_reply()
5627 struct ceph_osd *o = con->private; in osd_invalidate_authorizer()
5639 struct ceph_osd *o = con->private; in osd_get_auth_request()
5659 struct ceph_osd *o = con->private; in osd_handle_auth_reply_more()
5679 struct ceph_osd *o = con->private; in osd_handle_auth_done()
5693 struct ceph_osd *o = con->private; in osd_handle_auth_bad_method()
5719 struct ceph_osd *o = msg->con->private; in osd_sign_message()
5727 struct ceph_osd *o = msg->con->private; in osd_check_message_signature()