Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/ceph/
Dlibceph.h322 int ceph_wait_for_latest_osdmap(struct ceph_client *client,
/Linux-v6.1/net/ceph/
Dceph_common.c848 int ceph_wait_for_latest_osdmap(struct ceph_client *client, in ceph_wait_for_latest_osdmap() function
864 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-v6.1/drivers/block/
Drbd.c915 ret = ceph_wait_for_latest_osdmap(rbdc->client, in rbd_get_client()