Home
last modified time | relevance | path

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

/net/ceph/
Dmessenger.c780 struct bio_vec *bvecs = data->bvec_pos.bvecs; in ceph_msg_data_bvecs_cursor_init()
782 cursor->resid = min_t(size_t, length, data->bvec_pos.iter.bi_size); in ceph_msg_data_bvecs_cursor_init()
783 cursor->bvec_iter = data->bvec_pos.iter; in ceph_msg_data_bvecs_cursor_init()
795 struct bio_vec bv = bvec_iter_bvec(cursor->data->bvec_pos.bvecs, in ceph_msg_data_bvecs_next()
806 struct bio_vec *bvecs = cursor->data->bvec_pos.bvecs; in ceph_msg_data_bvecs_advance()
1890 struct ceph_bvec_iter *bvec_pos) in ceph_msg_data_add_bvecs() argument
1896 data->bvec_pos = *bvec_pos; in ceph_msg_data_add_bvecs()
1898 msg->data_length += bvec_pos->iter.bi_size; in ceph_msg_data_add_bvecs()
Dosd_client.c166 struct ceph_bvec_iter *bvec_pos, in ceph_osd_data_bvecs_init() argument
170 osd_data->bvec_pos = *bvec_pos; in ceph_osd_data_bvecs_init()
258 struct ceph_bvec_iter *bvec_pos) in osd_req_op_extent_osd_data_bvec_pos() argument
263 ceph_osd_data_bvecs_init(osd_data, bvec_pos, 0); in osd_req_op_extent_osd_data_bvec_pos()
348 return osd_data->bvec_pos.iter.bi_size; in ceph_osd_data_length()
953 ceph_msg_data_add_bvecs(msg, &osd_data->bvec_pos); in ceph_osdc_msg_data_add()