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()
1204 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in DEFINE_RB_FUNCS()
1226 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless()
1231 static bool osd_registered(struct ceph_osd *osd) in osd_registered()
1241 static void osd_init(struct ceph_osd *osd) in osd_init()
1263 static void osd_cleanup(struct ceph_osd *osd) in osd_cleanup()
1284 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1286 struct ceph_osd *osd; in create_osd()
1303 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd()
1315 static void put_osd(struct ceph_osd *osd) in put_osd()
1325 DEFINE_RB_FUNCS(osd, struct ceph_osd, o_osd, o_node) in DEFINE_RB_FUNCS() argument
1327 static void __move_osd_to_lru(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1341 static void maybe_move_osd_to_lru(struct ceph_osd *osd) in maybe_move_osd_to_lru()
1348 static void __remove_osd_from_lru(struct ceph_osd *osd) in __remove_osd_from_lru()
1364 static void close_osd(struct ceph_osd *osd) in close_osd()
1405 static int reopen_osd(struct ceph_osd *osd) in reopen_osd()
1441 static struct ceph_osd *lookup_create_osd(struct ceph_osd_client *osdc, int o, in lookup_create_osd()
1444 struct ceph_osd *osd; in lookup_create_osd()
1474 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req) in link_request()
1493 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) in unlink_request()
1990 static void clear_backoffs(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
2037 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2337 struct ceph_osd *osd = req->r_osd; in send_request()
2403 struct ceph_osd *osd; in __submit_request()
2857 static void link_linger(struct ceph_osd *osd, in DEFINE_RB_INSDEL_FUNCS()
2875 static void unlink_linger(struct ceph_osd *osd, in unlink_linger()
3280 struct ceph_osd *osd; in linger_submit()
3467 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_timeout()
3525 struct ceph_osd *osd = list_first_entry(&slow_osds, in handle_timeout()
3526 struct ceph_osd, in handle_timeout()
3543 struct ceph_osd *osd, *nosd; in handle_osds_timeout()
3768 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply()
3931 struct ceph_osd *osd; in recalc_linger_target()
3946 static void scan_requests(struct ceph_osd *osd, in scan_requests()
4080 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_one_map()
4123 struct ceph_osd *osd; in kick_requests()
4266 static void kick_osd_requests(struct ceph_osd *osd) in kick_osd_requests()
4298 struct ceph_osd *osd = con->private; in osd_fault()
4414 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4473 static void handle_backoff_unblock(struct ceph_osd *osd, in handle_backoff_unblock()
4531 static void handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) in handle_backoff()
4745 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_sync()
5237 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_reopen_osds()
5328 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in ceph_osdc_stop()
5329 struct ceph_osd, o_node); in ceph_osdc_stop()
5411 struct ceph_osd *osd = con->private; in osd_dispatch()
5464 struct ceph_osd *osd = con->private; in get_reply()
5557 struct ceph_osd *osd = con->private; in osd_alloc_msg()
5581 struct ceph_osd *osd = con->private; in osd_get_con()
5589 struct ceph_osd *osd = con->private; in osd_put_con()
5604 struct ceph_osd *o = con->private; in osd_get_authorizer()
5621 struct ceph_osd *o = con->private; in osd_add_authorizer_challenge()
5631 struct ceph_osd *o = con->private; in osd_verify_authorizer_reply()
5643 struct ceph_osd *o = con->private; in osd_invalidate_authorizer()
5655 struct ceph_osd *o = con->private; in osd_get_auth_request()
5675 struct ceph_osd *o = con->private; in osd_handle_auth_reply_more()
5695 struct ceph_osd *o = con->private; in osd_handle_auth_done()
5709 struct ceph_osd *o = con->private; in osd_handle_auth_bad_method()
5735 struct ceph_osd *o = msg->con->private; in osd_sign_message()
5743 struct ceph_osd *o = msg->con->private; in osd_check_message_signature()
5769 struct ceph_osd *o = con->private; in prep_next_sparse_read()
5858 struct ceph_osd *o = con->private; in osd_sparse_read()