Home
last modified time | relevance | path

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

/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 …]

Completed in 4 milliseconds