Searched refs:ceph_monc_get_version (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | mon_client.h | 140 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | mon_client.h | 140 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 830 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version() function 847 EXPORT_SYMBOL(ceph_monc_get_version); variable
|
H A D | ceph_common.c | 818 ret = ceph_monc_get_version(&client->monc, "osdmap", &newest_epoch); in ceph_wait_for_latest_osdmap()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | ceph_common.c | 854 ret = ceph_monc_get_version(&client->monc, "osdmap", &newest_epoch); in ceph_wait_for_latest_osdmap()
|
H A D | mon_client.c | 901 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version() function 918 EXPORT_SYMBOL(ceph_monc_get_version); variable
|
Completed in 7 milliseconds