Searched refs:ceph_osdc_alloc_request (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | osd_client.h | 458 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 572 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request() function 602 EXPORT_SYMBOL(ceph_osdc_alloc_request); 1002 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request() 4473 req = ceph_osdc_alloc_request(lreq->osdc, NULL, 1, false, GFP_NOIO); in alloc_linger_request() 4566 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch() 4636 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack() 4876 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers() 4953 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
|
/Linux-v4.19/fs/ceph/ |
D | addr.c | 1895 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get() 1913 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
|
D | file.c | 868 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 2, in ceph_aio_retry_work()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 1483 req = ceph_osdc_alloc_request(osdc, in rbd_osd_req_create() 3779 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in rbd_obj_read_sync()
|