Lines Matching defs:client
266 if (ceph_msgr2(monc->client)) {
509 ret = wait_event_interruptible_timeout(monc->client->auth_wq,
542 struct ceph_client *client = monc->client;
552 monmap = ceph_monmap_decode(&p, end, ceph_msgr2(client));
560 if (ceph_check_fsid(client, &monmap->fsid) < 0) {
569 client->have_fsid = true;
573 wake_up_all(&client->auth_wq);
1056 * this client.
1058 return ceph_wait_for_latest_osdmap(monc->client, 0);
1128 __le32 my_type = ceph_msgr2(monc->client) ?
1130 struct ceph_options *opt = monc->client->options;
1160 monc->client = cl;
1203 &monc->client->msgr);
1282 monc->client->auth_err = auth_err;
1283 wake_up_all(&monc->client->auth_wq);
1291 monc->client->msgr.inst.name.type = CEPH_ENTITY_TYPE_CLIENT;
1292 monc->client->msgr.inst.name.num =
1466 ceph_osdc_handle_map(&monc->client->osdc, msg);
1471 if (monc->client->extra_mon_dispatch &&
1472 monc->client->extra_mon_dispatch(monc->client, msg) == 0)