Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmessenger.c785 struct bio_vec *bvecs = data->bvec_pos.bvecs; in ceph_msg_data_bvecs_cursor_init()
787 cursor->resid = min_t(size_t, length, data->bvec_pos.iter.bi_size); in ceph_msg_data_bvecs_cursor_init()
788 cursor->bvec_iter = data->bvec_pos.iter; in ceph_msg_data_bvecs_cursor_init()
798 struct bio_vec bv = bvec_iter_bvec(cursor->data->bvec_pos.bvecs, in ceph_msg_data_bvecs_next()
809 struct bio_vec *bvecs = cursor->data->bvec_pos.bvecs; in ceph_msg_data_bvecs_advance()
1938 struct ceph_bvec_iter *bvec_pos) in ceph_msg_data_add_bvecs() argument
1944 data->bvec_pos = *bvec_pos; in ceph_msg_data_add_bvecs()
1946 msg->data_length += bvec_pos->iter.bi_size; in ceph_msg_data_add_bvecs()
H A 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()
255 struct ceph_bvec_iter *bvec_pos) in osd_req_op_extent_osd_data_bvec_pos() argument
260 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()
958 ceph_msg_data_add_bvecs(msg, &osd_data->bvec_pos); in ceph_osdc_msg_data_add()
/linux/include/linux/ceph/
H A Dmessenger.h221 struct ceph_bvec_iter bvec_pos; member
615 struct ceph_bvec_iter *bvec_pos);
H A Dosd_client.h133 struct ceph_bvec_iter bvec_pos; member
505 struct ceph_bvec_iter *bvec_pos);
/linux/fs/ceph/
H A Dfile.c1333 unsigned int len = osd_data->bvec_pos.iter.bi_size; in ceph_aio_complete_req()
1379 iov_iter_bvec(&i, ITER_DEST, osd_data->bvec_pos.bvecs, in ceph_aio_complete_req()
1396 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()