Home
last modified time | relevance | path

Searched refs:ceph_file_to_extents (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/ceph/
H A Dstriper.h36 int ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len,
/linux/net/ceph/
H A Dstriper.c110 int ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, in ceph_file_to_extents() function
168 EXPORT_SYMBOL(ceph_file_to_extents);
171 * A stripped down, non-allocating version of ceph_file_to_extents(),
/linux/drivers/block/
H A Drbd.c2488 * ceph_file_to_extents() invokes action_fn once per stripe unit, so
2512 ret = ceph_file_to_extents(&img_req->rbd_dev->layout, in rbd_img_fill_request_nocopy()
2532 * Because ceph_file_to_extents() will merge adjacent object extents
2564 ret = ceph_file_to_extents(&rbd_dev->layout, in rbd_img_fill_request()