Searched refs:ceph_osdc_wait_request (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | osd_client.h | 347 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
/linux-4.4.14/fs/ceph/ |
D | addr.c | 1536 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1580 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1715 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 1717 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
D | file.c | 703 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_direct_write() 834 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write() 1285 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 2540 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 2559 EXPORT_SYMBOL(ceph_osdc_wait_request); 2722 rc = ceph_osdc_wait_request(osdc, req); in ceph_osdc_readpages() 2763 rc = ceph_osdc_wait_request(osdc, req); in ceph_osdc_writepages()
|