Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ceph/ |
D | addr.c | 1740 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1782 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1944 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 1946 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
D | file.c | 1036 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1206 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write() 1676 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
|
/Linux-v4.19/include/linux/ceph/ |
D | osd_client.h | 482 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 4419 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4424 EXPORT_SYMBOL(ceph_osdc_wait_request); 4654 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 4900 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 4977 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call() 5123 rc = ceph_osdc_wait_request(osdc, req); in ceph_osdc_readpages() 5161 rc = ceph_osdc_wait_request(osdc, req); in ceph_osdc_writepages()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 3802 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|