Home
last modified time | relevance | path

Searched refs:ceph_monc_wait_osdmap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dmon_client.h134 extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
/openbmc/linux/net/ceph/
H A Dmon_client.c496 int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch, in ceph_monc_wait_osdmap() function
521 EXPORT_SYMBOL(ceph_monc_wait_osdmap);
H A Dceph_common.c862 return ceph_monc_wait_osdmap(&client->monc, newest_epoch, timeout); in ceph_wait_for_latest_osdmap()