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.m490 dnl # current->bio_list
96 current->bio_list = (struct bio_list *) NULL;
101 AC_MSG_CHECKING([whether current->bio_list exists])
105 ZFS_LINUX_TEST_ERROR([bio_list])
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c589 struct bio_list *bio_list = current->bio_list; in vdev_submit_bio() local
590 current->bio_list = NULL; in vdev_submit_bio()
592 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.c645 return (bio_list(path)); in token_list()