Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/ceph/ |
| D | addr.c | 552 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock() 1666 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1708 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1874 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 1876 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
| D | file.c | 901 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read() 1297 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1475 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write() 1983 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
|
| /Linux-v5.15/include/linux/ceph/ |
| D | osd_client.h | 503 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
| /Linux-v5.15/net/ceph/ |
| D | osd_client.c | 4607 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4612 EXPORT_SYMBOL(ceph_osdc_wait_request); 4850 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5102 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5179 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call() 5385 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_copy_from()
|
| /Linux-v5.15/drivers/block/ |
| D | rbd.c | 4773 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|