Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c305 v->vdev_nowritecache = B_FALSE; in vdev_disk_open()
647 zio->io_vd->vdev_nowritecache = B_TRUE; in BIO_END_IO_PROTO()
728 if (v->vdev_nowritecache) { in vdev_disk_io_start()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c962 vd->vdev_nowritecache = B_FALSE; in vdev_geom_open()
1027 vd->vdev_nowritecache = B_TRUE; in vdev_geom_io_intr()
1084 if (vd->vdev_nowritecache) { in vdev_geom_io_start()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h419 boolean_t vdev_nowritecache; /* true if flushwritecache failed */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c4004 vd->vdev_nowritecache = B_TRUE; in zio_vdev_io_assess()