Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/ceph/ |
D | addr.c | 755 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock() 1880 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1922 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2098 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2099 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
D | file.c | 1051 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read() 1518 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1770 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 1938 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2494 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object() 2810 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()
|
/linux-6.6.21/include/linux/ceph/ |
D | osd_client.h | 587 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
/linux-6.6.21/net/ceph/ |
D | osd_client.c | 4725 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4730 EXPORT_SYMBOL(ceph_osdc_wait_request); 4919 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5136 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5213 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
|
/linux-6.6.21/drivers/block/ |
D | rbd.c | 4857 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|