Home
last modified time | relevance | path

Searched refs:ceph_osdc_new_request (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dosd_client.h327 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
/linux-4.4.14/fs/ceph/
Daddr.c343 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read()
878 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1523 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1541 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
Dfile.c667 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_direct_write()
783 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
1268 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
/linux-4.4.14/net/ceph/
Dosd_client.c769 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request() function
830 EXPORT_SYMBOL(ceph_osdc_new_request);
2703 req = ceph_osdc_new_request(osdc, layout, vino, off, plen, 0, 1, in ceph_osdc_readpages()
2746 req = ceph_osdc_new_request(osdc, layout, vino, off, &len, 0, 1, in ceph_osdc_writepages()