Home
last modified time | relevance | path

Searched refs:bio_pos (Results 1 – 2 of 2) sorted by relevance

/net/ceph/
Dmessenger.c726 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init()
1849 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos, in ceph_msg_data_add_bio() argument
1856 data->bio_pos = *bio_pos; in ceph_msg_data_add_bio()
Dosd_client.c156 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()
229 struct ceph_bio_iter *bio_pos, in osd_req_op_extent_osd_data_bio() argument
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()