Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDvdev_geom.c961 vd->vdev_nowritecache = B_FALSE; in vdev_geom_open()
1026 vd->vdev_nowritecache = B_TRUE; in vdev_geom_io_intr()
1165 if (vd->vdev_nowritecache) { in vdev_geom_io_start()
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDvdev_disk.c435 v->vdev_nowritecache = B_FALSE; in vdev_disk_open()
1198 zio->io_vd->vdev_nowritecache = B_TRUE; in vdev_disk_io_flush_completion()
1385 if (v->vdev_nowritecache) { in vdev_disk_io_start()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDvdev_impl.h410 boolean_t vdev_nowritecache; /* true if flushwritecache failed */ member
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzio.c1618 if (vd->vdev_nowritecache) in zio_flush()
4211 vd->vdev_nowritecache = B_TRUE; in zio_vdev_io_assess()