Home
last modified time | relevance | path

Searched refs:ceph_osdc_alloc_request (Results 1 – 4 of 4) sorted by relevance

/linux/net/ceph/
H A Dosd_client.c567 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request() function
597 EXPORT_SYMBOL(ceph_osdc_alloc_request);
1100 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request()
3161 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger()
3255 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger_ping()
4834 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch()
4903 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack()
5080 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers()
5157 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
/linux/include/linux/ceph/
H A Dosd_client.h548 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
/linux/fs/ceph/
H A Daddr.c2092 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
2110 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
H A Dfile.c1438 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, in ceph_aio_retry_work()
2847 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in ceph_alloc_copyfrom_request()