Searched refs:bvecs (Results 1 – 2 of 2) sorted by relevance
| /drivers/target/ |
| A D | target_core_file.c | 248 struct bio_vec bvecs[]; member 279 aio_cmd = kmalloc(struct_size(aio_cmd, bvecs, sgl_nents), GFP_KERNEL); in fd_execute_rw_aio() 284 bvec_set_page(&aio_cmd->bvecs[i], sg_page(sg), sg->length, in fd_execute_rw_aio() 289 iov_iter_bvec(&iter, is_write, aio_cmd->bvecs, sgl_nents, len); in fd_execute_rw_aio()
|
| /drivers/block/ |
| A D | rbd.c | 1509 kfree(obj_request->bvec_pos.bvecs); in rbd_obj_request_destroy() 2575 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count, in rbd_img_fill_request() 2576 sizeof(*obj_req->bvec_pos.bvecs), in rbd_img_fill_request() 2578 if (!obj_req->bvec_pos.bvecs) in rbd_img_fill_request() 2645 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bio_bvecs() 2705 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bvecs() 2730 struct bio_vec *bvecs) in rbd_img_fill_from_bvecs() argument 2733 .bvecs = bvecs, in rbd_img_fill_from_bvecs() 2998 static bool is_zero_bvecs(struct bio_vec *bvecs, u32 bytes) in is_zero_bvecs() argument 3001 .bvecs = bvecs, in is_zero_bvecs()
|
Completed in 18 milliseconds