Searched refs:__ceph_monc_want_map (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ceph/ |
H A D | mon_client.c | 420 static bool __ceph_monc_want_map(struct ceph_mon_client *monc, int sub, in __ceph_monc_want_map() function 447 need_request = __ceph_monc_want_map(monc, sub, epoch, continuous); in ceph_monc_want_map() 530 __ceph_monc_want_map(monc, CEPH_SUB_MONMAP, 0, true); in ceph_monc_open_session() 531 __ceph_monc_want_map(monc, CEPH_SUB_OSDMAP, 0, false); in ceph_monc_open_session()
|