Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ceph/
Dlibceph.h312 int ceph_wait_for_latest_osdmap(struct ceph_client *client,
/linux-6.6.21/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-6.6.21/drivers/block/
Drbd.c914 ret = ceph_wait_for_latest_osdmap(rbdc->client, in rbd_get_client()