Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | addr.c | 757 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock() 1884 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1926 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2102 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2103 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
H A D | file.c | 1051 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read() 1521 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1773 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 1941 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2497 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object() 2813 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()
|
/openbmc/linux/include/linux/ceph/ |
H A D | osd_client.h | 587 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
/openbmc/linux/net/ceph/ |
H A D | osd_client.c | 4725 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()
|
/openbmc/linux/drivers/block/ |
H A D | rbd.c | 4857 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|