Searched refs:ceph_bio_iter (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ceph/ |
D | messenger.h | 131 struct ceph_bio_iter { struct 216 struct ceph_bio_iter bio_pos; 241 struct ceph_bio_iter bio_iter; 609 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
|
D | osd_client.h | 127 struct ceph_bio_iter bio_pos; 500 struct ceph_bio_iter *bio_pos,
|
/Linux-v6.6/drivers/block/ |
D | rbd.c | 299 struct ceph_bio_iter bio_pos; 1224 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() 1226 struct ceph_bio_iter it = *bio_pos; in zero_bios() 2458 struct ceph_bio_iter bio_iter; 2617 struct ceph_bio_iter *it = arg; in set_bio_pos() 2628 struct ceph_bio_iter *it = arg; in count_bio_bvecs() 2641 struct ceph_bio_iter *it = arg; in copy_bio_bvecs() 2653 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() 2671 struct ceph_bio_iter it = { .bio = bio, .iter = bio->bi_iter }; in rbd_img_fill_from_bio()
|
/Linux-v6.6/net/ceph/ |
D | messenger.c | 728 struct ceph_bio_iter *it = &cursor->bio_iter; in ceph_msg_data_bio_cursor_init() 753 struct ceph_bio_iter *it = &cursor->bio_iter; in ceph_msg_data_bio_advance() 1920 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() 236 struct ceph_bio_iter *bio_pos, in osd_req_op_extent_osd_data_bio()
|