Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h77 zfs_bdev_has_write_cache(struct block_device *bdev) in zfs_bdev_has_write_cache() function
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c438 v->vdev_nowritecache = !zfs_bdev_has_write_cache(bdev); in vdev_disk_open()