Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dmessenger.h189 struct ceph_bio_iter bio_pos; member
378 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
Dosd_client.h76 struct ceph_bio_iter bio_pos; member
419 struct ceph_bio_iter *bio_pos,
/Linux-v4.19/drivers/block/
Drbd.c253 struct ceph_bio_iter bio_pos; member
1274 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() argument
1276 struct ceph_bio_iter it = *bio_pos; in zero_bios()
1305 zero_bios(&obj_req->bio_pos, off, bytes); in rbd_obj_zero_range()
1743 &obj_req->bio_pos, in rbd_osd_req_setup_data()
2116 obj_req->bio_pos = *it; in set_bio_pos()
2149 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() argument
2153 .pos = (union rbd_img_fill_iter *)bio_pos, in __rbd_img_fill_from_bio()
2271 &obj_req->bio_pos); in rbd_obj_read_from_parent()
/Linux-v4.19/net/ceph/
Dmessenger.c843 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init()
3324 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio() argument
3331 data->bio_pos = *bio_pos; in ceph_msg_data_add_bio()
Dosd_client.c150 struct ceph_bio_iter *bio_pos, in ceph_osd_data_bio_init() argument
154 osd_data->bio_pos = *bio_pos; in ceph_osd_data_bio_init()
231 struct ceph_bio_iter *bio_pos, in osd_req_op_extent_osd_data_bio() argument
237 ceph_osd_data_bio_init(osd_data, bio_pos, bio_length); in osd_req_op_extent_osd_data_bio()
891 ceph_msg_data_add_bio(msg, &osd_data->bio_pos, length); in ceph_osdc_msg_data_add()