Searched refs:ceph_bio_iter (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ceph/ |
D | messenger.h | 87 struct ceph_bio_iter { struct 172 struct ceph_bio_iter bio_pos; 196 struct ceph_bio_iter bio_iter; 365 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
|
D | osd_client.h | 77 struct ceph_bio_iter bio_pos; 440 struct ceph_bio_iter *bio_pos,
|
/Linux-v5.10/drivers/block/ |
D | rbd.c | 299 struct ceph_bio_iter bio_pos; 1284 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() 1286 struct ceph_bio_iter it = *bio_pos; in zero_bios() 2503 struct ceph_bio_iter bio_iter; 2662 struct ceph_bio_iter *it = arg; in set_bio_pos() 2673 struct ceph_bio_iter *it = arg; in count_bio_bvecs() 2686 struct ceph_bio_iter *it = arg; in copy_bio_bvecs() 2698 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() 2716 struct ceph_bio_iter it = { .bio = bio, .iter = bio->bi_iter }; in rbd_img_fill_from_bio()
|
/Linux-v5.10/net/ceph/ |
D | messenger.c | 811 struct ceph_bio_iter *it = &cursor->bio_iter; in ceph_msg_data_bio_cursor_init() 837 struct ceph_bio_iter *it = &cursor->bio_iter; in ceph_msg_data_bio_advance() 3294 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio()
|
D | osd_client.c | 156 struct ceph_bio_iter *bio_pos, in ceph_osd_data_bio_init() 229 struct ceph_bio_iter *bio_pos, in osd_req_op_extent_osd_data_bio()
|