Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/config/
H A Dkernel-bio.m432 dnl # The bio_set_dev() helper macro was introduced as part of the transition
37 dnl # The bio_set_dev() helper macro was updated to internally depend on
41 ZFS_LINUX_TEST_SRC([bio_set_dev], [
47 bio_set_dev(bio, bdev);
54 dnl # bio_set_dev is no longer a helper macro and is now an inline function,
63 #ifndef bio_set_dev
70 AC_MSG_CHECKING([whether bio_set_dev() is GPL-only])
76 [bio_set_dev() GPL-only])
79 AC_MSG_CHECKING([whether bio_set_dev() is a macro])
83 [bio_set_dev() is a macro])
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c593 #define bio_set_dev vdev_bio_set_dev macro
618 bio_set_dev(bio, bdev); in vdev_bio_alloc()