Lines Matching refs:client

1110 	req->r_flags = flags | osdc->client->options->read_from_replica;  in ceph_osdc_new_request()
1275 ceph_con_init(&osd->o_con, osd, &osd_con_ops, &osdc->client->msgr); in create_osd()
1315 osd->lru_ttl = jiffies + osdc->client->options->osd_idle_ttl; in DEFINE_RB_FUNCS()
1556 struct ceph_options *opt = osdc->client->options; in pick_closest_replica()
2369 if (ceph_monc_want_map(&osdc->client->monc, CEPH_SUB_OSDMAP, in maybe_request_map()
2371 ceph_monc_renew_subs(&osdc->client->monc); in maybe_request_map()
2424 if (ceph_test_opt(osdc->client, ABORT_ON_FULL)) { in __submit_request()
2671 if (ceph_test_opt(osdc->client, ABORT_ON_FULL) && in ceph_osdc_abort_on_full()
2712 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in map_check_cb()
2753 ret = ceph_monc_get_version_async(&osdc->client->monc, "osdmap", in send_map_check()
3346 struct ceph_osd_client *osdc = &greq->monc->client->osdc; in linger_map_check_cb()
3389 ret = ceph_monc_get_version_async(&osdc->client->monc, "osdmap", in send_linger_map_check()
3429 struct ceph_options *opts = osdc->client->options; in handle_timeout()
3511 osdc->client->options->osd_keepalive_timeout); in handle_timeout()
3519 unsigned long delay = osdc->client->options->osd_idle_ttl / 4; in handle_osds_timeout()
4017 ceph_msgr2(osdc->client), in handle_one_map()
4020 newmap = ceph_osdmap_decode(&p, end, ceph_msgr2(osdc->client)); in handle_one_map()
4150 if (ceph_check_fsid(osdc->client, &fsid) < 0) in ceph_osdc_handle_map()
4228 ceph_monc_got_map(&osdc->client->monc, CEPH_SUB_OSDMAP, in ceph_osdc_handle_map()
4231 wake_up_all(&osdc->client->auth_wq); in ceph_osdc_handle_map()
4807 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
5192 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init() argument
5197 osdc->client = client; in ceph_osdc_init()
5242 osdc->client->options->osd_keepalive_timeout); in ceph_osdc_init()
5244 round_jiffies_relative(osdc->client->options->osd_idle_ttl)); in ceph_osdc_init()
5549 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_get_authorizer()
5566 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_add_authorizer_challenge()
5576 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_verify_authorizer_reply()
5588 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_invalidate_authorizer()
5591 return ceph_monc_validate_auth(&osdc->client->monc); in osd_invalidate_authorizer()
5599 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_get_auth_request()
5619 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_handle_auth_reply_more()
5639 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_handle_auth_done()
5653 struct ceph_mon_client *monc = &o->o_osdc->client->monc; in osd_handle_auth_bad_method()