Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ceph/ |
| H A D | addr.c | 811 err = ceph_osdc_wait_request(osdc, req); in write_folio_nounlock() 2240 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2282 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2459 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2460 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
| H A D | file.c | 1143 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read() 1621 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1874 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2042 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2603 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object() 2922 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()
|
| /linux-6.15/include/linux/ceph/ |
| H A D | osd_client.h | 582 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
| /linux-6.15/net/ceph/ |
| H A D | osd_client.c | 4704 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4709 EXPORT_SYMBOL(ceph_osdc_wait_request); 4898 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5081 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5158 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
|
| /linux-6.15/drivers/block/ |
| H A D | rbd.c | 4857 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|