Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dosd_client.h183 struct ceph_osd_event { struct
196 struct ceph_osd_event *event; argument
373 void *data, struct ceph_osd_event **pevent);
374 extern void ceph_osdc_cancel_event(struct ceph_osd_event *event);
375 extern void ceph_osdc_put_event(struct ceph_osd_event *event);
/linux-4.4.14/net/ceph/
Dosd_client.c2212 struct ceph_osd_event *event = in __release_event()
2213 container_of(kref, struct ceph_osd_event, kref); in __release_event()
2219 static void get_event(struct ceph_osd_event *event) in get_event()
2224 void ceph_osdc_put_event(struct ceph_osd_event *event) in ceph_osdc_put_event()
2231 struct ceph_osd_event *new) in __insert_event()
2235 struct ceph_osd_event *event = NULL; in __insert_event()
2239 event = rb_entry(parent, struct ceph_osd_event, node); in __insert_event()
2252 static struct ceph_osd_event *__find_event(struct ceph_osd_client *osdc, in __find_event()
2257 struct ceph_osd_event *event = NULL; in __find_event()
2261 event = rb_entry(parent, struct ceph_osd_event, node); in __find_event()
[all …]
/linux-4.4.14/drivers/block/
Drbd.c357 struct ceph_osd_event *watch_event;