Home
last modified time | relevance | path

Searched refs:ceph_wait_for_latest_osdmap (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/ceph/
Dlibceph.h314 int ceph_wait_for_latest_osdmap(struct ceph_client *client,
/Linux-v5.10/net/ceph/
Dceph_common.c812 int ceph_wait_for_latest_osdmap(struct ceph_client *client, in ceph_wait_for_latest_osdmap() function
828 EXPORT_SYMBOL(ceph_wait_for_latest_osdmap);
Dmon_client.c985 return ceph_wait_for_latest_osdmap(monc->client, 0); in ceph_monc_blocklist_add()
/Linux-v5.10/drivers/block/
Drbd.c967 ret = ceph_wait_for_latest_osdmap(rbdc->client, in rbd_get_client()