Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/fs/ceph/ |
| D | addr.c | 623 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock() 1693 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1735 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1911 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 1912 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
| D | file.c | 984 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read() 1385 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1562 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write() 2027 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object() 2332 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()
|
| /Linux-v6.1/include/linux/ceph/ |
| D | osd_client.h | 513 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
| /Linux-v6.1/net/ceph/ |
| D | osd_client.c | 4634 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4639 EXPORT_SYMBOL(ceph_osdc_wait_request); 4828 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5044 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5121 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
|
| /Linux-v6.1/drivers/block/ |
| D | rbd.c | 4772 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|