Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c799 extern int zfs_vdev_standard_sm_blksz;
802 CTLFLAG_RDTUN, &zfs_vdev_standard_sm_blksz, 0,
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h629 extern int zfs_vdev_standard_sm_blksz;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c828 zfs_vdev_standard_sm_blksz, tx); in vdev_indirect_sync_obsolete()
H A Dmetaslab.c4222 zfs_vdev_standard_sm_blksz, tx); in metaslab_sync()
H A Dvdev.c142 int zfs_vdev_standard_sm_blksz = (1 << 17); variable