Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Ddebugfs.c96 if (monc->have_mdsmap) in monc_show()
97 seq_printf(s, "have mdsmap %u\n", (unsigned)monc->have_mdsmap); in monc_show()
Dmon_client.c216 (unsigned)monc->have_mdsmap); in __send_subscribe()
219 i->have = cpu_to_le64(monc->have_mdsmap); in __send_subscribe()
271 monc->have_mdsmap = got; in ceph_monc_got_mdsmap()
838 monc->have_mdsmap = 0; in ceph_monc_init()
/linux-3.4.99/include/linux/ceph/
Dmon_client.h84 u32 have_osdmap, have_mdsmap; member