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()
1069 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in DEFINE_RB_FUNCS()
1091 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless()
1096 static bool osd_registered(struct ceph_osd *osd) in osd_registered()
1106 static void osd_init(struct ceph_osd *osd) in osd_init()
1120 static void osd_cleanup(struct ceph_osd *osd) in osd_cleanup()
1139 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1141 struct ceph_osd *osd; in create_osd()
1155 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd()
1167 static void put_osd(struct ceph_osd *osd) in put_osd()
1177 DEFINE_RB_FUNCS(osd, struct ceph_osd, o_osd, o_node) in DEFINE_RB_FUNCS() argument
1179 static void __move_osd_to_lru(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1193 static void maybe_move_osd_to_lru(struct ceph_osd *osd) in maybe_move_osd_to_lru()
1200 static void __remove_osd_from_lru(struct ceph_osd *osd) in __remove_osd_from_lru()
1216 static void close_osd(struct ceph_osd *osd) in close_osd()
1257 static int reopen_osd(struct ceph_osd *osd) in reopen_osd()
1293 static struct ceph_osd *lookup_create_osd(struct ceph_osd_client *osdc, int o, in lookup_create_osd()
1296 struct ceph_osd *osd; in lookup_create_osd()
1326 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req) in link_request()
1343 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) in unlink_request()
1781 static void clear_backoffs(struct ceph_osd *osd) in DEFINE_RB_FUNCS()
1828 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2122 struct ceph_osd *osd = req->r_osd; in send_request()
2188 struct ceph_osd *osd; in __submit_request()
2622 static void link_linger(struct ceph_osd *osd, in DEFINE_RB_INSDEL_FUNCS()
2640 static void unlink_linger(struct ceph_osd *osd, in unlink_linger()
3002 struct ceph_osd *osd; in linger_submit()
3178 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_timeout()
3236 struct ceph_osd *osd = list_first_entry(&slow_osds, in handle_timeout()
3237 struct ceph_osd, in handle_timeout()
3254 struct ceph_osd *osd, *nosd; in handle_osds_timeout()
3482 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply()
3622 struct ceph_osd *osd; in recalc_linger_target()
3637 static void scan_requests(struct ceph_osd *osd, in scan_requests()
3770 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in handle_one_map()
3813 struct ceph_osd *osd; in kick_requests()
3956 static void kick_osd_requests(struct ceph_osd *osd) in kick_osd_requests()
3988 struct ceph_osd *osd = con->private; in osd_fault()
4104 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4163 static void handle_backoff_unblock(struct ceph_osd *osd, in handle_backoff_unblock()
4221 static void handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) in handle_backoff()
4437 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in ceph_osdc_sync()
5071 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in ceph_osdc_stop()
5072 struct ceph_osd, o_node); in ceph_osdc_stop()
5195 struct ceph_osd *osd = con->private; in dispatch()
5230 struct ceph_osd *osd = con->private; in get_reply()
5325 struct ceph_osd *osd = con->private; in alloc_msg()
5349 struct ceph_osd *osd = con->private; in get_osd_con()
5357 struct ceph_osd *osd = con->private; in put_osd_con()
5371 struct ceph_osd *o = con->private; in get_authorizer()
5399 struct ceph_osd *o = con->private; in add_authorizer_challenge()
5409 struct ceph_osd *o = con->private; in verify_authorizer_reply()
5418 struct ceph_osd *o = con->private; in invalidate_authorizer()
5436 struct ceph_osd *o = msg->con->private; in osd_sign_message()
5444 struct ceph_osd *o = msg->con->private; in osd_check_message_signature()