Lines Matching refs:ceph_osd_client
69 static inline void verify_osdc_locked(struct ceph_osd_client *osdc) in verify_osdc_locked()
73 static inline void verify_osdc_wrlocked(struct ceph_osd_client *osdc) in verify_osdc_wrlocked()
79 struct ceph_osd_client *osdc = osd->o_osdc; in verify_osd_locked()
90 static inline void verify_osdc_locked(struct ceph_osd_client *osdc) { } in verify_osdc_locked()
91 static inline void verify_osdc_wrlocked(struct ceph_osd_client *osdc) { } in verify_osdc_wrlocked()
544 struct ceph_osd_client *osdc = req->r_osdc; in request_reinit()
572 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request()
611 struct ceph_osd_client *osdc = req->r_osdc; in ceph_osdc_alloc_messages()
981 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request()
1062 static void for_each_request(struct ceph_osd_client *osdc, in DEFINE_RB_FUNCS()
1139 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
1181 struct ceph_osd_client *osdc = osd->o_osdc; in DEFINE_RB_FUNCS()
1202 struct ceph_osd_client *osdc = osd->o_osdc; in __remove_osd_from_lru()
1218 struct ceph_osd_client *osdc = osd->o_osdc; in close_osd()
1293 static struct ceph_osd *lookup_create_osd(struct ceph_osd_client *osdc, int o, in lookup_create_osd()
1365 static bool have_pool_full(struct ceph_osd_client *osdc) in have_pool_full()
1380 static bool pool_full(struct ceph_osd_client *osdc, s64 pool_id) in pool_full()
1395 static bool target_should_be_paused(struct ceph_osd_client *osdc, in target_should_be_paused()
1416 static enum calc_target_result calc_target(struct ceph_osd_client *osdc, in calc_target()
2161 static void maybe_request_map(struct ceph_osd_client *osdc) in maybe_request_map()
2187 struct ceph_osd_client *osdc = req->r_osdc; in __submit_request()
2294 struct ceph_osd_client *osdc = req->r_osdc; in finish_request()
2348 struct ceph_osd_client *osdc = req->r_osdc; in cancel_map_check()
2392 void ceph_osdc_abort_requests(struct ceph_osd_client *osdc, int err) in ceph_osdc_abort_requests()
2402 static void update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb) in update_epoch_barrier()
2414 void ceph_osdc_update_epoch_barrier(struct ceph_osd_client *osdc, u32 eb) in ceph_osdc_update_epoch_barrier()
2436 struct ceph_osd_client *osdc = req->r_osdc; in abort_on_full_fn()
2458 static void ceph_osdc_abort_on_full(struct ceph_osd_client *osdc) in ceph_osdc_abort_on_full()
2469 struct ceph_osd_client *osdc = req->r_osdc; in check_pool_dne()
2503 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in map_check_cb()
2530 struct ceph_osd_client *osdc = req->r_osdc; in send_map_check()
2588 linger_alloc(struct ceph_osd_client *osdc) in linger_alloc()
2667 struct ceph_osd_client *osdc = lreq->osdc; in linger_registered()
2679 struct ceph_osd_client *osdc = lreq->osdc; in linger_register()
2691 struct ceph_osd_client *osdc = lreq->osdc; in linger_unregister()
2760 struct ceph_osd_client *osdc = lreq->osdc; in lwork_queue()
2964 struct ceph_osd_client *osdc = lreq->osdc; in send_linger_ping()
3001 struct ceph_osd_client *osdc = lreq->osdc; in linger_submit()
3013 struct ceph_osd_client *osdc = lreq->osdc; in cancel_linger_map_check()
3044 struct ceph_osd_client *osdc = lreq->osdc; in linger_cancel()
3056 struct ceph_osd_client *osdc = lreq->osdc; in check_linger_pool_dne()
3087 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in linger_map_check_cb()
3115 struct ceph_osd_client *osdc = lreq->osdc; in send_linger_map_check()
3161 struct ceph_osd_client *osdc = in handle_timeout()
3162 container_of(work, struct ceph_osd_client, timeout_work.work); in handle_timeout()
3250 struct ceph_osd_client *osdc = in handle_osds_timeout()
3251 container_of(work, struct ceph_osd_client, in handle_osds_timeout()
3484 struct ceph_osd_client *osdc = osd->o_osdc; in handle_reply()
3591 static void set_pool_was_full(struct ceph_osd_client *osdc) in set_pool_was_full()
3603 static bool pool_cleared_full(struct ceph_osd_client *osdc, s64 pool_id) in pool_cleared_full()
3617 struct ceph_osd_client *osdc = lreq->osdc; in recalc_linger_target()
3644 struct ceph_osd_client *osdc = osd->o_osdc; in scan_requests()
3717 static int handle_one_map(struct ceph_osd_client *osdc, in handle_one_map()
3786 static void kick_requests(struct ceph_osd_client *osdc, in kick_requests()
3843 void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg) in ceph_osdc_handle_map()
3989 struct ceph_osd_client *osdc = osd->o_osdc; in osd_fault()
4223 struct ceph_osd_client *osdc = osd->o_osdc; in handle_backoff()
4265 static void handle_watch_notify(struct ceph_osd_client *osdc, in handle_watch_notify()
4368 int ceph_osdc_start_request(struct ceph_osd_client *osdc, in ceph_osdc_start_request()
4386 struct ceph_osd_client *osdc = req->r_osdc; in ceph_osdc_cancel_request()
4419 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request()
4429 void ceph_osdc_sync(struct ceph_osd_client *osdc) in ceph_osdc_sync()
4492 ceph_osdc_watch(struct ceph_osd_client *osdc, in ceph_osdc_watch()
4559 int ceph_osdc_unwatch(struct ceph_osd_client *osdc, in ceph_osdc_unwatch()
4625 int ceph_osdc_notify_ack(struct ceph_osd_client *osdc, in ceph_osdc_notify_ack()
4700 int ceph_osdc_notify(struct ceph_osd_client *osdc, in ceph_osdc_notify()
4777 int ceph_osdc_watch_check(struct ceph_osd_client *osdc, in ceph_osdc_watch_check()
4866 int ceph_osdc_list_watchers(struct ceph_osd_client *osdc, in ceph_osdc_list_watchers()
4918 void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc) in ceph_osdc_flush_notifies()
4925 void ceph_osdc_maybe_request_map(struct ceph_osd_client *osdc) in ceph_osdc_maybe_request_map()
4939 int ceph_osdc_call(struct ceph_osd_client *osdc, in ceph_osdc_call()
4993 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
5062 void ceph_osdc_stop(struct ceph_osd_client *osdc) in ceph_osdc_stop()
5096 int ceph_osdc_readpages(struct ceph_osd_client *osdc, in ceph_osdc_readpages()
5134 int ceph_osdc_writepages(struct ceph_osd_client *osdc, struct ceph_vino vino, in ceph_osdc_writepages()
5196 struct ceph_osd_client *osdc = osd->o_osdc; in dispatch()
5231 struct ceph_osd_client *osdc = osd->o_osdc; in get_reply()
5372 struct ceph_osd_client *osdc = o->o_osdc; in get_authorizer()
5400 struct ceph_osd_client *osdc = o->o_osdc; in add_authorizer_challenge()
5410 struct ceph_osd_client *osdc = o->o_osdc; in verify_authorizer_reply()
5419 struct ceph_osd_client *osdc = o->o_osdc; in invalidate_authorizer()