Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dosd_client.h234 extern struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *,
/linux-3.4.99/net/ceph/
Dosd_client.c450 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request() function
504 EXPORT_SYMBOL(ceph_osdc_new_request);
1917 req = ceph_osdc_new_request(osdc, layout, vino, off, plen, in ceph_osdc_readpages()
1957 req = ceph_osdc_new_request(osdc, layout, vino, off, &len, in ceph_osdc_writepages()
/linux-3.4.99/fs/ceph/
Daddr.c317 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), in start_read()
835 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
Dfile.c525 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()