Searched refs:ceph_osdc_new_request (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/ceph/ |
| H A D | addr.c | 379 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, vino, in ceph_netfs_issue_read() 770 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), in write_folio_nounlock() 1418 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_submit_write() 1425 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_submit_write() 2229 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data() 2245 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
|
| H A D | file.c | 1102 req = ceph_osdc_new_request(osdc, &ci->i_layout, in __ceph_sync_read() 1541 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write() 1810 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_write() 2004 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_write() 2590 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
|
| /linux-6.15/include/linux/ceph/ |
| H A D | osd_client.h | 549 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
|
| /linux-6.15/net/ceph/ |
| H A D | osd_client.c | 1055 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request() function 1149 EXPORT_SYMBOL(ceph_osdc_new_request);
|