Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosd_client.h588 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
/linux/net/ceph/
H A Dosd_client.c4725 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function
4730 EXPORT_SYMBOL(ceph_osdc_wait_request);
4919 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack()
5136 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers()
5213 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
/linux/drivers/block/
H A Drbd.c4857 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()