Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmon_client.h82 u32 have_osdmap, have_mdsmap; member
/linux-4.4.14/net/ceph/
Ddebugfs.c118 if (monc->have_mdsmap) in monc_show()
119 seq_printf(s, "have mdsmap %u\n", (unsigned int)monc->have_mdsmap); in monc_show()
Dmon_client.c225 (unsigned int)monc->have_mdsmap); in __send_subscribe()
228 i->have = cpu_to_le64(monc->have_mdsmap); in __send_subscribe()
280 monc->have_mdsmap = got; in ceph_monc_got_mdsmap()
868 monc->have_mdsmap = 0; in ceph_monc_init()