Searched refs:ceph_osdc_alloc_request (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ceph/ | 
| D | osd_client.h | 479 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
 | 
| /Linux-v5.15/net/ceph/ | 
| D | osd_client.c | 577 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,  in ceph_osdc_alloc_request()  function607 EXPORT_SYMBOL(ceph_osdc_alloc_request);
 1085 	req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool,  in ceph_osdc_new_request()
 4661 	req = ceph_osdc_alloc_request(lreq->osdc, NULL, 1, false, GFP_NOIO);  in alloc_linger_request()
 4763 	req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);  in ceph_osdc_unwatch()
 4832 	req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);  in ceph_osdc_notify_ack()
 5078 	req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);  in ceph_osdc_list_watchers()
 5155 	req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO);  in ceph_osdc_call()
 5364 	req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL);  in ceph_osdc_copy_from()
 
 | 
| /Linux-v5.15/fs/ceph/ | 
| D | addr.c | 1825 	rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL,  in __ceph_pool_perm_get()1843 	wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL,  in __ceph_pool_perm_get()
 
 | 
| D | file.c | 1132 	req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1,  in ceph_aio_retry_work()
 | 
| /Linux-v5.15/drivers/block/ | 
| D | rbd.c | 1419 	req = ceph_osdc_alloc_request(osdc, snapc, num_ops, false, GFP_NOIO);  in __rbd_obj_add_osd_request()2052 	req = ceph_osdc_alloc_request(osdc, NULL, num_ops, false, GFP_NOIO);  in rbd_object_map_update()
 4750 	req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL);  in rbd_obj_read_sync()
 
 |