Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Ddebugfs.c98 if (monc->have_osdmap) in monc_show()
99 seq_printf(s, "have osdmap %u\n", (unsigned)monc->have_osdmap); in monc_show()
Dmon_client.c206 (unsigned)monc->have_osdmap); in __send_subscribe()
209 i->have = cpu_to_le64(monc->have_osdmap); in __send_subscribe()
280 monc->have_osdmap = got; in ceph_monc_got_osdmap()
291 dout("request_next_osdmap have %u\n", monc->have_osdmap); in ceph_monc_request_next_osdmap()
839 monc->have_osdmap = 0; in ceph_monc_init()
/linux-3.4.99/include/linux/ceph/
Dmon_client.h84 u32 have_osdmap, have_mdsmap; member