Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dmessenger.h216 struct ceph_bio_iter bio_pos; member
609 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
501 struct ceph_bio_iter *bio_pos,
/openbmc/linux/net/ceph/
H A Dmessenger.c731 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init()
1920 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio() argument
1927 data->bio_pos = *bio_pos; in ceph_msg_data_add_bio()
H A Dosd_client.c156 struct ceph_bio_iter *bio_pos, in ceph_osd_data_bio_init() argument
160 osd_data->bio_pos = *bio_pos; in ceph_osd_data_bio_init()
236 struct ceph_bio_iter *bio_pos, in osd_req_op_extent_osd_data_bio() argument
242 ceph_osd_data_bio_init(osd_data, bio_pos, bio_length); in osd_req_op_extent_osd_data_bio()
978 ceph_msg_data_add_bio(msg, &osd_data->bio_pos, length); in ceph_osdc_msg_data_add()
/openbmc/linux/drivers/block/
H A Drbd.c299 struct ceph_bio_iter bio_pos; member
1224 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() argument
1226 struct ceph_bio_iter it = *bio_pos; in zero_bios()
1257 zero_bios(&obj_req->bio_pos, off, bytes); in rbd_obj_zero_range()
2165 &obj_req->bio_pos, in rbd_osd_setup_data()
2620 obj_req->bio_pos = *it; in set_bio_pos()
2653 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() argument
2657 .pos = (union rbd_img_fill_iter *)bio_pos, in __rbd_img_fill_from_bio()
2821 &obj_req->bio_pos); in rbd_obj_read_from_parent()