Lines Matching refs:client
438 ret = wait_event_interruptible_timeout(monc->client->auth_wq, in ceph_monc_wait_osdmap()
471 struct ceph_client *client = monc->client; in ceph_monc_handle_map() local
489 if (ceph_check_fsid(client, &monmap->fsid) < 0) { in ceph_monc_handle_map()
498 client->have_fsid = true; in ceph_monc_handle_map()
502 wake_up_all(&client->auth_wq); in ceph_monc_handle_map()
987 return ceph_wait_for_latest_osdmap(monc->client, 0); in ceph_monc_blocklist_add()
1057 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
1084 monc->client = cl; in ceph_monc_init()
1128 &monc->client->msgr); in ceph_monc_init()
1220 monc->client->auth_err = ret; in handle_auth_reply()
1224 monc->client->msgr.inst.name.type = CEPH_ENTITY_TYPE_CLIENT; in handle_auth_reply()
1225 monc->client->msgr.inst.name.num = in handle_auth_reply()
1237 if (monc->client->auth_err < 0) in handle_auth_reply()
1238 wake_up_all(&monc->client->auth_wq); in handle_auth_reply()
1301 ceph_osdc_handle_map(&monc->client->osdc, msg); in dispatch()
1306 if (monc->client->extra_mon_dispatch && in dispatch()
1307 monc->client->extra_mon_dispatch(monc->client, msg) == 0) in dispatch()