Searched refs:inline_bvec (Results 1 – 4 of 4) sorted by relevance
108 if (req->f.bvec != req->inline_bvec) { in nvmet_file_io_done()233 req->f.bvec = req->inline_bvec; in nvmet_file_execute_rw()
273 bio_init(bio, NULL, req->inline_bvec, in nvmet_passthru_map_sg()274 ARRAY_SIZE(req->inline_bvec), req_op(rq)); in nvmet_passthru_map_sg()
574 bio_init(bio, req->ns->bdev, req->inline_bvec, in nvmet_bdev_execute_zone_append()575 ARRAY_SIZE(req->inline_bvec), opf); in nvmet_bdev_execute_zone_append()
454 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC]; member