Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c66 static struct bio *tbiop, *tbiop_dup; variable
187 tbiop_dup = bio_clone(tbiop, GFP_NOIO); in test_bio_clone()
221 ret = bio_add_page(tbiop, ppage, PAGE_SIZE, offset); in test_bio_add_page()
234 tbiop = bio_alloc(GFP_KERNEL, num); in test_do_bio_alloc()
235 if (tbiop == NULL) { in test_do_bio_alloc()
239 bio_put(tbiop); in test_do_bio_alloc()
271 tbiop = bio_alloc(GFP_KERNEL, BIO_MAX_PAGES); in test_bio_alloc()
272 if (tbiop == NULL) { in test_bio_alloc()
277 tbiop->bi_bdev = tbio_dev.bdev; in test_bio_alloc()
278 tbiop->bi_sector = 0; in test_bio_alloc()
[all …]