Searched refs:tbio_dev (Results 1 – 1 of 1) sorted by relevance
75 } tbio_dev; variable277 tbiop->bi_bdev = tbio_dev.bdev; in test_bio_alloc()368 number = bio_get_nr_vecs(tbio_dev.bdev); in test_bio_get_nr_vecs()387 err = tbio_io(tbio_dev.bdev, (struct tbio_interface *)arg); in tbio_ioctl()411 err = test_bio_split(tbio_dev.bdev, in tbio_ioctl()469 ret = tbio_transfer(req, &tbio_dev); in tbio_request()479 tbio_dev.bdev = blk; in tbio_open()517 tbio_dev.size = nsectors * 512; in tbio_init()519 tbio_dev.data = vmalloc(tbio_dev.size); in tbio_init()520 if (tbio_dev.data == NULL) in tbio_init()[all …]