Lines Matching refs:ceph_osd_event
1443 struct ceph_osd_event *event = in __release_event()
1444 container_of(kref, struct ceph_osd_event, kref); in __release_event()
1450 static void get_event(struct ceph_osd_event *event) in get_event()
1455 void ceph_osdc_put_event(struct ceph_osd_event *event) in ceph_osdc_put_event()
1462 struct ceph_osd_event *new) in __insert_event()
1466 struct ceph_osd_event *event = NULL; in __insert_event()
1470 event = rb_entry(parent, struct ceph_osd_event, node); in __insert_event()
1483 static struct ceph_osd_event *__find_event(struct ceph_osd_client *osdc, in __find_event()
1488 struct ceph_osd_event *event = NULL; in __find_event()
1492 event = rb_entry(parent, struct ceph_osd_event, node); in __find_event()
1503 static void __remove_event(struct ceph_osd_event *event) in __remove_event()
1519 struct ceph_osd_event **pevent) in ceph_osdc_create_event()
1521 struct ceph_osd_event *event; in ceph_osdc_create_event()
1547 void ceph_osdc_cancel_event(struct ceph_osd_event *event) in ceph_osdc_cancel_event()
1564 struct ceph_osd_event *event = event_work->event; in do_event_work()
1587 struct ceph_osd_event *event; in handle_watch_notify()
1638 int ceph_osdc_wait_event(struct ceph_osd_event *event, unsigned long timeout) in ceph_osdc_wait_event()