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()
1159 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in DEFINE_RB_FUNCS()
1181 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless()
1186 static bool osd_registered(struct ceph_osd *osd) in osd_registered()
1196 static void osd_init(struct ceph_osd *osd) in osd_init()
1210 static void osd_cleanup(struct ceph_osd *osd) in osd_cleanup()
1229 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1231 struct ceph_osd *osd; in create_osd()
1245 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd()
1257 static void put_osd(struct ceph_osd *osd) in put_osd()
1267 DEFINE_RB_FUNCS(osd, struct ceph_osd, o_osd, o_node) in DEFINE_RB_FUNCS() argument
1269 static void __move_osd_to_lru(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1283 static void maybe_move_osd_to_lru(struct ceph_osd *osd) in maybe_move_osd_to_lru()
1290 static void __remove_osd_from_lru(struct ceph_osd *osd) in __remove_osd_from_lru()
1306 static void close_osd(struct ceph_osd *osd) in close_osd()
1347 static int reopen_osd(struct ceph_osd *osd) in reopen_osd()
1383 static struct ceph_osd *lookup_create_osd(struct ceph_osd_client *osdc, int o, in lookup_create_osd()
1386 struct ceph_osd *osd; in lookup_create_osd()
1416 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req) in link_request()
1433 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) in unlink_request()
1869 static void clear_backoffs(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1916 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2215 struct ceph_osd *osd = req->r_osd; in send_request()
2281 struct ceph_osd *osd; in __submit_request()
2723 static void link_linger(struct ceph_osd *osd, in DEFINE_RB_INSDEL_FUNCS()
2741 static void unlink_linger(struct ceph_osd *osd, in unlink_linger()
3103 struct ceph_osd *osd; in linger_submit()
3289 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_timeout()
3347 struct ceph_osd *osd = list_first_entry(&slow_osds, in handle_timeout()
3348 struct ceph_osd, in handle_timeout()
3365 struct ceph_osd *osd, *nosd; in handle_osds_timeout()
3593 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply()
3733 struct ceph_osd *osd; in recalc_linger_target()
3748 static void scan_requests(struct ceph_osd *osd, in scan_requests()
3880 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_one_map()
3923 struct ceph_osd *osd; in kick_requests()
4066 static void kick_osd_requests(struct ceph_osd *osd) in kick_osd_requests()
4098 struct ceph_osd *osd = con->private; in osd_fault()
4214 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4273 static void handle_backoff_unblock(struct ceph_osd *osd, in handle_backoff_unblock()
4331 static void handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) in handle_backoff()
4545 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_sync()
5121 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_reopen_osds()
5212 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in ceph_osdc_stop()
5213 struct ceph_osd, o_node); in ceph_osdc_stop()
5410 struct ceph_osd *osd = con->private; in dispatch()
5445 struct ceph_osd *osd = con->private; in get_reply()
5540 struct ceph_osd *osd = con->private; in alloc_msg()
5564 struct ceph_osd *osd = con->private; in get_osd_con()
5572 struct ceph_osd *osd = con->private; in put_osd_con()
5586 struct ceph_osd *o = con->private; in get_authorizer()
5614 struct ceph_osd *o = con->private; in add_authorizer_challenge()
5624 struct ceph_osd *o = con->private; in verify_authorizer_reply()
5633 struct ceph_osd *o = con->private; in invalidate_authorizer()
5651 struct ceph_osd *o = msg->con->private; in osd_sign_message()
5659 struct ceph_osd *o = msg->con->private; in osd_check_message_signature()