Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ceph/ |
| H A D | addr.c | 822 err = ceph_osdc_wait_request(osdc, req); in write_folio_nounlock() 2265 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2307 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2485 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2486 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
| H A D | file.c | 1137 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read() 1615 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1868 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2035 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2612 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object() 2932 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 582 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 4711 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4716 EXPORT_SYMBOL(ceph_osdc_wait_request); 4905 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5088 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5165 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 4866 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|