Searched refs:ceph_bio_iter (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A 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,
|
H A D | osd_client.h | 77 struct ceph_bio_iter bio_pos; 443 struct ceph_bio_iter *bio_pos,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A 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,
|
H A D | osd_client.h | 128 struct ceph_bio_iter bio_pos; 501 struct ceph_bio_iter *bio_pos,
|
/kernel/linux/linux-6.6/net/ceph/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 299 struct ceph_bio_iter bio_pos; 1287 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() 1289 struct ceph_bio_iter it = *bio_pos; in zero_bios() 2521 struct ceph_bio_iter bio_iter; 2680 struct ceph_bio_iter *it = arg; in set_bio_pos() 2691 struct ceph_bio_iter *it = arg; in count_bio_bvecs() 2704 struct ceph_bio_iter *it = arg; in copy_bio_bvecs() 2716 struct ceph_bio_iter *bio_pos) in __rbd_img_fill_from_bio() 2734 struct ceph_bio_iter it = { .bio = bio, .iter = bio->bi_iter }; in rbd_img_fill_from_bio()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A 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()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A 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()
|
H A 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()
|
Completed in 71 milliseconds