Searched refs:vs_physical_ashift (Results 1 – 4 of 4) sorted by relevance
147 return (VDEV_STAT_VALID(vs_physical_ashift, vsc) && in vdev_non_native_ashift()148 vs->vs_configured_ashift < vs->vs_physical_ashift); in vdev_non_native_ashift()
1088 uint64_t vs_physical_ashift; /* vdev_physical_ashift */ member
2340 VDEV_STAT_VALID(vs_physical_ashift, vsc) && in print_status_config()2341 vs->vs_configured_ashift < vs->vs_physical_ashift) { in print_status_config()2344 1 << vs->vs_configured_ashift, 1 << vs->vs_physical_ashift); in print_status_config()
4251 vs->vs_physical_ashift = vd->vdev_physical_ashift; in vdev_get_stats_ex()