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

/linux-4.1.27/include/linux/ceph/
H A Dosd_client.h183 struct ceph_osd_event { struct
196 struct ceph_osd_event *event;
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.1.27/net/ceph/
H A Dosd_client.c2198 struct ceph_osd_event *event = __release_event()
2199 container_of(kref, struct ceph_osd_event, kref); __release_event()
2205 static void get_event(struct ceph_osd_event *event) get_event()
2210 void ceph_osdc_put_event(struct ceph_osd_event *event) ceph_osdc_put_event()
2217 struct ceph_osd_event *new) __insert_event()
2221 struct ceph_osd_event *event = NULL; __insert_event()
2225 event = rb_entry(parent, struct ceph_osd_event, node); __insert_event()
2238 static struct ceph_osd_event *__find_event(struct ceph_osd_client *osdc, __find_event()
2243 struct ceph_osd_event *event = NULL; __find_event()
2247 event = rb_entry(parent, struct ceph_osd_event, node); __find_event()
2258 static void __remove_event(struct ceph_osd_event *event) __remove_event()
2273 void *data, struct ceph_osd_event **pevent) ceph_osdc_create_event()
2275 struct ceph_osd_event *event; ceph_osdc_create_event()
2301 void ceph_osdc_cancel_event(struct ceph_osd_event *event) ceph_osdc_cancel_event()
2318 struct ceph_osd_event *event = event_work->event; do_event_work()
2341 struct ceph_osd_event *event; handle_watch_notify()
/linux-4.1.27/drivers/block/
H A Drbd.c356 struct ceph_osd_event *watch_event;

Completed in 179 milliseconds