Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/ceph/ |
| D | addr.c | 233 err = ceph_osdc_wait_request(osdc, req); in ceph_do_readpage() 668 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock() 1791 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1833 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1999 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2001 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
| D | file.c | 893 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read() 1290 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1468 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write() 1981 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
|
| /Linux-v5.10/include/linux/ceph/ |
| D | osd_client.h | 503 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
| /Linux-v5.10/net/ceph/ |
| D | osd_client.c | 4605 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4610 EXPORT_SYMBOL(ceph_osdc_wait_request); 4848 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5100 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5177 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call() 5383 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_copy_from()
|
| /Linux-v5.10/drivers/block/ |
| D | rbd.c | 4841 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|