Searched refs:bvec_pos (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/net/ceph/ |
D | messenger.c | 779 struct bio_vec *bvecs = data->bvec_pos.bvecs; in ceph_msg_data_bvecs_cursor_init() 781 cursor->resid = min_t(size_t, length, data->bvec_pos.iter.bi_size); in ceph_msg_data_bvecs_cursor_init() 782 cursor->bvec_iter = data->bvec_pos.iter; in ceph_msg_data_bvecs_cursor_init() 792 struct bio_vec bv = bvec_iter_bvec(cursor->data->bvec_pos.bvecs, in ceph_msg_data_bvecs_next() 803 struct bio_vec *bvecs = cursor->data->bvec_pos.bvecs; in ceph_msg_data_bvecs_advance() 1864 struct ceph_bvec_iter *bvec_pos) in ceph_msg_data_add_bvecs() argument 1870 data->bvec_pos = *bvec_pos; in ceph_msg_data_add_bvecs() 1872 msg->data_length += bvec_pos->iter.bi_size; in ceph_msg_data_add_bvecs()
|
D | osd_client.c | 166 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()
|
/Linux-v6.1/include/linux/ceph/ |
D | messenger.h | 194 struct ceph_bvec_iter bvec_pos; member 575 struct ceph_bvec_iter *bvec_pos);
|
D | osd_client.h | 82 struct ceph_bvec_iter bvec_pos; member 452 struct ceph_bvec_iter *bvec_pos);
|
/Linux-v6.1/drivers/block/ |
D | rbd.c | 301 struct ceph_bvec_iter bvec_pos; member 1231 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs() argument 1233 struct ceph_bvec_iter it = *bvec_pos; in zero_bvecs() 1258 zero_bvecs(&obj_req->bvec_pos, off, bytes); in rbd_obj_zero_range() 1489 kfree(obj_request->bvec_pos.bvecs); in rbd_obj_request_destroy() 2147 rbd_assert(obj_req->bvec_pos.iter.bi_size == in rbd_osd_setup_data() 2151 &obj_req->bvec_pos); in rbd_osd_setup_data() 2557 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count, in rbd_img_fill_request() 2558 sizeof(*obj_req->bvec_pos.bvecs), in rbd_img_fill_request() 2560 if (!obj_req->bvec_pos.bvecs) in rbd_img_fill_request() [all …]
|
/Linux-v6.1/fs/ceph/ |
D | file.c | 1123 unsigned int len = osd_data->bvec_pos.iter.bi_size; in ceph_aio_complete_req() 1164 iov_iter_bvec(&i, READ, osd_data->bvec_pos.bvecs, in ceph_aio_complete_req() 1181 put_bvecs(osd_data->bvec_pos.bvecs, osd_data->num_bvecs, in ceph_aio_complete_req()
|