Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dosd_client.c528 mempool_free(req, req->r_osdc->req_mempool); in ceph_osdc_release_request()
588 req->r_osdc = osdc; in ceph_osdc_alloc_request()
608 struct ceph_osd_client *osdc = req->r_osdc; in __ceph_osdc_alloc_messages()
2400 struct ceph_osd_client *osdc = req->r_osdc; in __submit_request()
2497 atomic_inc(&req->r_osdc->num_requests); in account_request()
2512 struct ceph_osd_client *osdc = req->r_osdc; in finish_request()
2570 struct ceph_osd_client *osdc = req->r_osdc; in cancel_map_check()
2666 struct ceph_osd_client *osdc = req->r_osdc; in abort_on_full_fn()
2699 struct ceph_osd_client *osdc = req->r_osdc; in check_pool_dne()
2760 struct ceph_osd_client *osdc = req->r_osdc; in send_map_check()
[all …]
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h256 struct ceph_osd_client *r_osdc; member
/openbmc/linux/fs/ceph/
H A Dfile.c1343 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, in ceph_aio_retry_work()
1373 ceph_osdc_start_request(req->r_osdc, req); in ceph_aio_retry_work()
1520 ceph_osdc_start_request(req->r_osdc, req); in ceph_direct_read_write()
1586 ceph_osdc_start_request(req->r_osdc, req); in ceph_direct_read_write()
H A Daddr.c427 ceph_osdc_start_request(req->r_osdc, req); in ceph_netfs_issue_read()
/openbmc/linux/drivers/block/
H A Drbd.c1303 ceph_osdc_start_request(osd_req->r_osdc, osd_req); in rbd_osd_submit()