Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/ceph/
Dmessenger.h190 struct ceph_bio_iter bio_pos; member
568 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
Dosd_client.h77 struct ceph_bio_iter bio_pos; member
440 struct ceph_bio_iter *bio_pos,
/Linux-v5.15/net/ceph/
Dmessenger.c722 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init()
1873 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio() argument
1880 data->bio_pos = *bio_pos; in ceph_msg_data_add_bio()
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()
229 struct ceph_bio_iter *bio_pos, in osd_req_op_extent_osd_data_bio() argument
235 ceph_osd_data_bio_init(osd_data, bio_pos, bio_length); in osd_req_op_extent_osd_data_bio()
971 ceph_msg_data_add_bio(msg, &osd_data->bio_pos, length); in ceph_osdc_msg_data_add()
/Linux-v5.15/drivers/block/
Drbd.c299 struct ceph_bio_iter bio_pos; member
1222 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() argument
1224 struct ceph_bio_iter it = *bio_pos; in zero_bios()
1255 zero_bios(&obj_req->bio_pos, off, bytes); in rbd_obj_zero_range()
2143 &obj_req->bio_pos, in rbd_osd_setup_data()
2603 obj_req->bio_pos = *it; in set_bio_pos()
2636 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() argument
2640 .pos = (union rbd_img_fill_iter *)bio_pos, in __rbd_img_fill_from_bio()
2804 &obj_req->bio_pos); in rbd_obj_read_from_parent()