Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c86 struct bio *my_bio = NULL; in ltpdev_ioctl() local
112 my_bio = bio_alloc(GFP_KERNEL, 0); in ltpdev_ioctl()
113 if (!my_bio) { in ltpdev_ioctl()
120 bio_endio(my_bio, bytes_done, error); in ltpdev_ioctl()
124 my_bio_copy = bio_clone(my_bio, GFP_ATOMIC); in ltpdev_ioctl()
133 my_bio_copy = bio_clone(my_bio, GFP_NOIO); in ltpdev_ioctl()