Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-bio.m491 dnl # current->bio_list
97 current->bio_list = (struct bio_list *) NULL;
102 AC_MSG_CHECKING([whether current->bio_list exists])
106 ZFS_LINUX_TEST_ERROR([bio_list])
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c601 struct bio_list *bio_list = current->bio_list; in vdev_submit_bio() local
602 current->bio_list = NULL; in vdev_submit_bio()
604 current->bio_list = bio_list; in vdev_submit_bio()
/freebsd/contrib/libfido2/tools/
H A Dextern.h54 int bio_list(const char *);
H A Dbio.c44 bio_list(const char *path) in bio_list() function
H A Dtoken.c654 return (bio_list(path)); in token_list()