Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dosd_client.h96 struct ceph_osd_event { struct
110 struct ceph_osd_event *event; argument
284 struct ceph_osd_event **pevent);
285 extern void ceph_osdc_cancel_event(struct ceph_osd_event *event);
286 extern int ceph_osdc_wait_event(struct ceph_osd_event *event,
288 extern void ceph_osdc_put_event(struct ceph_osd_event *event);
/linux-2.6.39/net/ceph/
Dosd_client.c1443 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()
[all …]
/linux-2.6.39/drivers/block/
Drbd.c157 struct ceph_osd_event *watch_event;
1273 struct ceph_osd_event *event; in rbd_req_sync_notify()