Searched refs:ceph_osdc_new_request (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | addr.c | 214 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, 0, 1, in ceph_do_readpage() 377 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read() 642 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), page_off, &len, 0, 1, in writepage_nounlock() 1063 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start() 1070 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start() 1799 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data() 1816 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
|
| H A D | file.c | 905 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_read() 1255 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write() 1458 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write() 2006 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | osd_client.h | 489 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | osd_client.c | 1043 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request() function 1121 EXPORT_SYMBOL(ceph_osdc_new_request);
|