Searched refs:ceph_monc_wait_osdmap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | mon_client.h | 134 extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | mon_client.h | 134 extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 425 int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch, in ceph_monc_wait_osdmap() function 450 EXPORT_SYMBOL(ceph_monc_wait_osdmap); variable
|
H A D | ceph_common.c | 826 return ceph_monc_wait_osdmap(&client->monc, newest_epoch, timeout); in ceph_wait_for_latest_osdmap()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | ceph_common.c | 862 return ceph_monc_wait_osdmap(&client->monc, newest_epoch, timeout); in ceph_wait_for_latest_osdmap()
|
H A D | mon_client.c | 496 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); variable
|
Completed in 7 milliseconds