Home
last modified time | relevance | path

Searched refs:bio_pos (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/ceph/
H A Dmessenger.h217 struct ceph_bio_iter bio_pos; member
611 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
H A Dosd_client.h128 struct ceph_bio_iter bio_pos; member
496 struct ceph_bio_iter *bio_pos,
/linux/net/ceph/
H A Dmessenger.c732 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init()
1922 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio() argument
1929 data->bio_pos = *bio_pos; in ceph_msg_data_add_bio()
H A Dosd_client.c157 struct ceph_bio_iter *bio_pos, in ceph_osd_data_bio_init()
161 osd_data->bio_pos = *bio_pos; in ceph_osd_data_bio_init()
227 struct ceph_bio_iter *bio_pos, in osd_req_op_extent_osd_data_bio()
233 ceph_osd_data_bio_init(osd_data, bio_pos, bio_length); in osd_req_op_extent_osd_data_bio()
956 ceph_msg_data_add_bio(msg, &osd_data->bio_pos, length); in ceph_osdc_msg_data_add()
156 ceph_osd_data_bio_init(struct ceph_osd_data * osd_data,struct ceph_bio_iter * bio_pos,u32 bio_length) ceph_osd_data_bio_init() argument
226 osd_req_op_extent_osd_data_bio(struct ceph_osd_request * osd_req,unsigned int which,struct ceph_bio_iter * bio_pos,u32 bio_length) osd_req_op_extent_osd_data_bio() argument
/linux/drivers/block/
H A Drbd.c299 struct ceph_bio_iter bio_pos; member
1217 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() argument
1219 struct ceph_bio_iter it = *bio_pos; in zero_bios()
1250 zero_bios(&obj_req->bio_pos, off, bytes); in rbd_obj_zero_range()
2163 &obj_req->bio_pos, in rbd_osd_setup_data()
2618 obj_req->bio_pos = *it; in set_bio_pos()
2651 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() argument
2655 .pos = (union rbd_img_fill_iter *)bio_pos, in __rbd_img_fill_from_bio()
2819 &obj_req->bio_pos); in rbd_obj_read_from_parent()