Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c540 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request() function
570 EXPORT_SYMBOL(ceph_osdc_alloc_request);
1064 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request()
3072 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger()
3166 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger_ping()
4733 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch()
4802 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack()
5012 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers()
5089 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
5298 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in ceph_osdc_copy_from()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h482 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c1970 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1988 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
H A Dfile.c1162 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, in ceph_aio_retry_work()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c1481 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO); in __rbd_obj_add_osd_request()
2114 req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO); in rbd_object_map_update()
4810 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in rbd_obj_read_sync()