Searched refs:CEPH_SUBSCRIBE_ONETIME (Results 1 – 3 of 3) sorted by relevance
155 CEPH_SUBSCRIBE_ONETIME ? "" : "+")); in monc_show()
424 u8 flags = !continuous ? CEPH_SUBSCRIBE_ONETIME : 0; in __ceph_monc_want_map()465 if (monc->subs[sub].item.flags & CEPH_SUBSCRIBE_ONETIME) in __ceph_monc_got_map()
222 #define CEPH_SUBSCRIBE_ONETIME 1 /* i want only 1 update after have */ macro