Searched refs:ceph_osd_event (Results 1 – 3 of 3) sorted by relevance
101 struct ceph_osd_event { struct115 struct ceph_osd_event *event; argument289 struct ceph_osd_event **pevent);290 extern void ceph_osdc_cancel_event(struct ceph_osd_event *event);291 extern int ceph_osdc_wait_event(struct ceph_osd_event *event,293 extern void ceph_osdc_put_event(struct ceph_osd_event *event);
1497 struct ceph_osd_event *event = in __release_event()1498 container_of(kref, struct ceph_osd_event, kref); in __release_event()1504 static void get_event(struct ceph_osd_event *event) in get_event()1509 void ceph_osdc_put_event(struct ceph_osd_event *event) in ceph_osdc_put_event()1516 struct ceph_osd_event *new) in __insert_event()1520 struct ceph_osd_event *event = NULL; in __insert_event()1524 event = rb_entry(parent, struct ceph_osd_event, node); in __insert_event()1537 static struct ceph_osd_event *__find_event(struct ceph_osd_client *osdc, in __find_event()1542 struct ceph_osd_event *event = NULL; in __find_event()1546 event = rb_entry(parent, struct ceph_osd_event, node); in __find_event()[all …]
172 struct ceph_osd_event *watch_event;