Home
last modified time | relevance | path

Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/ceph/
Daddr.c1732 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1774 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1936 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1938 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
Dfile.c660 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read()
1048 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write()
1219 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write()
1716 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
/Linux-v5.4/include/linux/ceph/
Dosd_client.h497 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
/Linux-v5.4/net/ceph/
Dosd_client.c4527 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function
4532 EXPORT_SYMBOL(ceph_osdc_wait_request);
4770 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack()
5022 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers()
5099 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
5264 rc = ceph_osdc_wait_request(osdc, req); in ceph_osdc_readpages()
5302 rc = ceph_osdc_wait_request(osdc, req); in ceph_osdc_writepages()
5378 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_copy_from()
/Linux-v5.4/drivers/block/
Drbd.c4959 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()