/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | messenger.h | 172 struct ceph_bio_iter bio_pos; member 365 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
|
H A D | osd_client.h | 77 struct ceph_bio_iter bio_pos; member 443 struct ceph_bio_iter *bio_pos,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osd_client.h | 128 struct ceph_bio_iter bio_pos; member 501 struct ceph_bio_iter *bio_pos,
|
H A D | messenger.h | 216 struct ceph_bio_iter bio_pos; member 609 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | messenger.c | 731 *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 D | osd_client.c | 156 struct ceph_bio_iter *bio_pos, in ceph_osd_data_bio_init() 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() 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() 155 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 234 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
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 299 struct ceph_bio_iter bio_pos; member 1287 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() argument 1289 struct ceph_bio_iter it = *bio_pos; in zero_bios() 1320 zero_bios(&obj_req->bio_pos, off, bytes); in rbd_obj_zero_range() 2228 &obj_req->bio_pos, in rbd_osd_setup_data() 2683 obj_req->bio_pos = *it; in set_bio_pos() 2716 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() 2720 .pos = (union rbd_img_fill_iter *)bio_pos, in __rbd_img_fill_from_bio() 2884 &obj_req->bio_pos); in rbd_obj_read_from_parent() 2713 __rbd_img_fill_from_bio(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct ceph_bio_iter *bio_pos) __rbd_img_fill_from_bio() argument
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 299 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() 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() 2650 __rbd_img_fill_from_bio(struct rbd_img_request *img_req, struct ceph_file_extent *img_extents, u32 num_img_extents, struct ceph_bio_iter *bio_pos) __rbd_img_fill_from_bio() argument
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | messenger.c | 814 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init() 3294 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio() argument 3301 data->bio_pos = *bio_pos; in ceph_msg_data_add_bio()
|
H A D | osd_client.c | 156 struct ceph_bio_iter *bio_pos, in ceph_osd_data_bio_init() 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() 235 ceph_osd_data_bio_init(osd_data, bio_pos, bio_length); in osd_req_op_extent_osd_data_bio() 950 ceph_msg_data_add_bio(msg, &osd_data->bio_pos, length); in ceph_osdc_msg_data_add() 155 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 227 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
|