Searched refs:have_osdmap (Results 1 – 3 of 3) sorted by relevance
215 (unsigned int)monc->have_osdmap); in __send_subscribe()218 i->have = cpu_to_le64(monc->have_osdmap); in __send_subscribe()289 monc->have_osdmap = got; in ceph_monc_got_osdmap()300 dout("request_next_osdmap have %u\n", monc->have_osdmap); in ceph_monc_request_next_osdmap()323 while (monc->have_osdmap < epoch) { in ceph_monc_wait_osdmap()330 monc->have_osdmap >= epoch, in ceph_monc_wait_osdmap()869 monc->have_osdmap = 0; in ceph_monc_init()
120 if (monc->have_osdmap) in monc_show()121 seq_printf(s, "have osdmap %u\n", (unsigned int)monc->have_osdmap); in monc_show()
82 u32 have_osdmap, have_mdsmap; member