Home
last modified time | relevance | path

Searched defs:ceph_mon_generic_request (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/linux/ceph/
A Dmon_client.h50 struct ceph_mon_generic_request { struct
51 struct ceph_mon_client *monc;
52 struct kref kref;
53 u64 tid;
54 struct rb_node node;
55 int result;
57 struct completion completion;
58 ceph_monc_callback_t complete_cb;
62 struct ceph_msg *reply; /* and reply */
64 union {
[all …]
/linux-6.3-rc2/net/ceph/
A Dmon_client.c579 DEFINE_RB_FUNCS(generic_request, struct ceph_mon_generic_request, tid, node) in DEFINE_RB_FUNCS()

Completed in 6 milliseconds