Searched refs:bio_pos (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ceph/ |
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,
|
H A D | osd_client.h | 128 struct ceph_bio_iter bio_pos; member 499 struct ceph_bio_iter *bio_pos,
|
/linux/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() argument 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() argument 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()
|