ceph_osdc_alloc_request
req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO);
req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO);
req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL);
rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL,
wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL,
req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1,
req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL);
extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool,
req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO);
req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO);
req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);
req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);
req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);
req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);
EXPORT_SYMBOL(ceph_osdc_alloc_request);