Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/ceph/
Dlibceph.h320 int ceph_wait_for_latest_osdmap(struct ceph_client *client,
/Linux-v5.15/net/ceph/
Dceph_common.c868 int ceph_wait_for_latest_osdmap(struct ceph_client *client, in ceph_wait_for_latest_osdmap() function
884 EXPORT_SYMBOL(ceph_wait_for_latest_osdmap);
Dmon_client.c1058 return ceph_wait_for_latest_osdmap(monc->client, 0); in ceph_monc_blocklist_add()
/Linux-v5.15/drivers/block/
Drbd.c916 ret = ceph_wait_for_latest_osdmap(rbdc->client, in rbd_get_client()