Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/ceph/
Dceph_fs.h211 #define CEPH_SUBSCRIBE_ONETIME 1 /* i want only 1 update after have */ macro
/Linux-v5.10/net/ceph/
Ddebugfs.c155 CEPH_SUBSCRIBE_ONETIME ? "" : "+")); in monc_show()
Dmon_client.c351 u8 flags = !continuous ? CEPH_SUBSCRIBE_ONETIME : 0; in __ceph_monc_want_map()
392 if (monc->subs[sub].item.flags & CEPH_SUBSCRIBE_ONETIME) in __ceph_monc_got_map()