Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dmessenger.c784 struct bio_vec *bvecs = data->bvec_pos.bvecs; in ceph_msg_data_bvecs_cursor_init()
786 cursor->resid = min_t(size_t, length, data->bvec_pos.iter.bi_size); in ceph_msg_data_bvecs_cursor_init()
787 cursor->bvec_iter = data->bvec_pos.iter; in ceph_msg_data_bvecs_cursor_init()
797 struct bio_vec bv = bvec_iter_bvec(cursor->data->bvec_pos.bvecs, in ceph_msg_data_bvecs_next()
808 struct bio_vec *bvecs = cursor->data->bvec_pos.bvecs; in ceph_msg_data_bvecs_advance()
1936 struct ceph_bvec_iter *bvec_pos) in ceph_msg_data_add_bvecs() argument
1942 data->bvec_pos = *bvec_pos; in ceph_msg_data_add_bvecs()
1944 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()
265 struct ceph_bvec_iter *bvec_pos) in osd_req_op_extent_osd_data_bvec_pos() argument
270 ceph_osd_data_bvecs_init(osd_data, bvec_pos, 0); in osd_req_op_extent_osd_data_bvec_pos()
371 return osd_data->bvec_pos.iter.bi_size; in ceph_osd_data_length()
981 ceph_msg_data_add_bvecs(msg, &osd_data->bvec_pos); in ceph_osdc_msg_data_add()
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h220 struct ceph_bvec_iter bvec_pos; member
613 struct ceph_bvec_iter *bvec_pos);
H A Dosd_client.h133 struct ceph_bvec_iter bvec_pos; member
510 struct ceph_bvec_iter *bvec_pos);
/openbmc/linux/drivers/block/
H A Drbd.c301 struct ceph_bvec_iter bvec_pos; member
1236 struct ceph_bvec_iter it = *bvec_pos; in zero_bvecs()
1261 zero_bvecs(&obj_req->bvec_pos, off, bytes); in rbd_obj_zero_range()
1509 kfree(obj_request->bvec_pos.bvecs); in rbd_obj_request_destroy()
2174 &obj_req->bvec_pos); in rbd_osd_setup_data()
2576 sizeof(*obj_req->bvec_pos.bvecs), in rbd_img_fill_request()
2578 if (!obj_req->bvec_pos.bvecs) in rbd_img_fill_request()
2682 obj_req->bvec_pos = *it; in set_bvec_pos()
2713 struct ceph_bvec_iter *bvec_pos) in __rbd_img_fill_from_bvecs() argument
2717 .pos = (union rbd_img_fill_iter *)bvec_pos, in __rbd_img_fill_from_bvecs()
[all …]
/openbmc/linux/fs/ceph/
H A Dfile.c1246 unsigned int len = osd_data->bvec_pos.iter.bi_size; in ceph_aio_complete_req()
1290 iov_iter_bvec(&i, ITER_DEST, osd_data->bvec_pos.bvecs, in ceph_aio_complete_req()
1307 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()