Searched refs:bio_set_dev (Results 1 – 2 of 2) sorted by relevance
180 dnl # The bio_set_dev() helper macro was updated to internally depend on184 ZFS_LINUX_TEST_SRC([bio_set_dev], [190 bio_set_dev(bio, bdev);206 #ifndef bio_set_dev213 AC_MSG_CHECKING([whether bio_set_dev() is available])214 ZFS_LINUX_TEST_RESULT([bio_set_dev], [216 AC_DEFINE(HAVE_BIO_SET_DEV, 1, [bio_set_dev() is available])218 AC_MSG_CHECKING([whether bio_set_dev() is GPL-only])224 [bio_set_dev() GPL-only])227 AC_MSG_CHECKING([whether bio_set_dev() is a macro])[all …]
591 #define bio_set_dev vdev_bio_set_dev macro599 bio_set_dev(struct bio *bio, struct block_device *bdev) in bio_set_dev() function626 bio_set_dev(bio, bdev); in vdev_bio_alloc()