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()
1139 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in DEFINE_RB_FUNCS()
1161 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless()
1166 static bool osd_registered(struct ceph_osd *osd) in osd_registered()
1176 static void osd_init(struct ceph_osd *osd) in osd_init()
1190 static void osd_cleanup(struct ceph_osd *osd) in osd_cleanup()
1209 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1211 struct ceph_osd *osd; in create_osd()
1225 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd()
1237 static void put_osd(struct ceph_osd *osd) in put_osd()
1247 DEFINE_RB_FUNCS(osd, struct ceph_osd, o_osd, o_node) in DEFINE_RB_FUNCS() argument
1249 static void __move_osd_to_lru(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1263 static void maybe_move_osd_to_lru(struct ceph_osd *osd) in maybe_move_osd_to_lru()
1270 static void __remove_osd_from_lru(struct ceph_osd *osd) in __remove_osd_from_lru()
1286 static void close_osd(struct ceph_osd *osd) in close_osd()
1327 static int reopen_osd(struct ceph_osd *osd) in reopen_osd()
1363 static struct ceph_osd *lookup_create_osd(struct ceph_osd_client *osdc, int o, in lookup_create_osd()
1366 struct ceph_osd *osd; in lookup_create_osd()
1396 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req) in link_request()
1413 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) in unlink_request()
1908 static void clear_backoffs(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1955 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2254 struct ceph_osd *osd = req->r_osd; in send_request()
2320 struct ceph_osd *osd; in __submit_request()
2772 static void link_linger(struct ceph_osd *osd, in DEFINE_RB_INSDEL_FUNCS()
2790 static void unlink_linger(struct ceph_osd *osd, in unlink_linger()
3195 struct ceph_osd *osd; in linger_submit()
3375 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_timeout()
3433 struct ceph_osd *osd = list_first_entry(&slow_osds, in handle_timeout()
3434 struct ceph_osd, in handle_timeout()
3451 struct ceph_osd *osd, *nosd; in handle_osds_timeout()
3676 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply()
3838 struct ceph_osd *osd; in recalc_linger_target()
3853 static void scan_requests(struct ceph_osd *osd, in scan_requests()
3987 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_one_map()
4030 struct ceph_osd *osd; in kick_requests()
4173 static void kick_osd_requests(struct ceph_osd *osd) in kick_osd_requests()
4205 struct ceph_osd *osd = con->private; in osd_fault()
4321 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4380 static void handle_backoff_unblock(struct ceph_osd *osd, in handle_backoff_unblock()
4438 static void handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) in handle_backoff()
4652 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_sync()
5143 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_reopen_osds()
5234 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in ceph_osdc_stop()
5235 struct ceph_osd, o_node); in ceph_osdc_stop()
5317 struct ceph_osd *osd = con->private; in osd_dispatch()
5352 struct ceph_osd *osd = con->private; in get_reply()
5441 struct ceph_osd *osd = con->private; in osd_alloc_msg()
5465 struct ceph_osd *osd = con->private; in osd_get_con()
5473 struct ceph_osd *osd = con->private; in osd_put_con()
5488 struct ceph_osd *o = con->private; in osd_get_authorizer()
5505 struct ceph_osd *o = con->private; in osd_add_authorizer_challenge()
5515 struct ceph_osd *o = con->private; in osd_verify_authorizer_reply()
5527 struct ceph_osd *o = con->private; in osd_invalidate_authorizer()
5539 struct ceph_osd *o = con->private; in osd_get_auth_request()
5559 struct ceph_osd *o = con->private; in osd_handle_auth_reply_more()
5579 struct ceph_osd *o = con->private; in osd_handle_auth_done()
5593 struct ceph_osd *o = con->private; in osd_handle_auth_bad_method()
5619 struct ceph_osd *o = msg->con->private; in osd_sign_message()
5627 struct ceph_osd *o = msg->con->private; in osd_check_message_signature()